Apps4.Pro PlannerManager

Apps4.Pro PlannerManager

Helps you to Export / Import tasks to Excel from Microsoft Planner

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Apps4.Pro PlannerManager",
  "short_name": "Apps4.Pro PlannerManager",
  "version": "1.1.4.8",
  "description": "Helps you to Export / Import tasks to Excel from Microsoft Planner",
  "background": {
    "page": "index.html#/background-page",
    "persistent": true
  },
  "content_scripts": [
    {
      "js": [
        "assets/jquery.min.js",
        "assets/planner_manager_content.js"
      ],
      "matches": [
        "https://tasks.office.com/*"
      ],
      "all_frames": true
    }
  ],
  "browser_action": {
    "default_title": "Apps4.Pro PlannerManager"
  },
  "icons": {
    "19": "assets/apps4pro-19.png",
    "48": "assets/apps4pro-48.png",
    "128": "assets/apps4pro-128.png"
  },
  "permissions": [
    "cookies",
    "*://*.tasks.office.com/",
    "https://login.microsoftonline.com/",
    "https://graph.microsoft.com/",
    "*://*.sharepoint.com/"
  ],
  "externally_connectable": {
    "ids": [
      "bfdmclbcbfdncbmnipeceoaopdnnilno"
    ]
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://ajax.googleapis.com; object-src 'self'",
  "web_accessible_resources": [
    "assets/jquery.min.js",
    "assets/planner_manager_content.js",
    "assets/planner_web.js",
    "assets/import.png",
    "assets/file_export.png",
    "index.html",
    "inline.151f952f5e690db69811.bundle.js",
    "main.5005eb52c602a444699a.bundle.js",
    "polyfills.19687ef427b6460b82ba.bundle.js",
    "styles.4827acc5a8c62ef7d113.bundle.css"
  ]
}