| Scope | Reason |
|---|---|
UserActivity.ReadWrite.CreatedByApp |
Create, Update and view Windows Timeline activities generated by this extension. |
Device.Read |
Display a list of your devices. |
Device.Command |
Send commands to a device, used to open a URLs on devices you own. |
offline_access |
Allows the extension to generate and consume refresh tokens. Keeps you logged in. |
| Permission | Reason |
|---|---|
storage |
Store the access and refresh tokens. Also keeps track of any saved settings. |
tabs |
Get the current open tab so the extension knows what url to send to a device. |
https://graph.microsoft.com/v1.0/me/activities/*: Publish, update and get activities.https://graph.microsoft.com/beta/me/devices/*: Get a list of your devices and send commands to a device.https://graph.microsoft.com/beta/me/activities/*: Get a list of recent activities.https://ge-functions.azurewebsites.net/api/get-token: Get access and refresh tokens from a auth code.https://ge-functions.azurewebsites.net/api/refresh-token: Refresh access tokens.