MediaTek Get Sharepoint File Path

MediaTek Get Sharepoint File Path

Get sharepint file path which can be accessed with explorer. For MediaTek use only.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "version": "1.1",
  "manifest_version": 2,
  "description": "__MSG_extDesc__",
  "icons": {
    "24": "icon24.png",
    "59": "icon59.png"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "default_locale": "en",
  "browser_action": {
    "default_icon": "icon59.png"
  },
  "permissions": [
    "contextMenus"
  ]
}