GotDibbs Toolbox for Dynamics 365/CRM

GotDibbs Toolbox for Dynamics 365/CRM

Admin tools for Dynamics 365/CRM

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "GotDibbs Toolbox for Dynamics 365/CRM",
  "description": "Admin tools for Dynamics 365/CRM",
  "author": "gotdibbs",
  "version": "2023.4.1",
  "manifest_version": 3,
  "icons": {
    "128": "toolbox.png"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_title": "GotDibbs Toolbox",
    "default_icon": "toolbox.png"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "launcher.js",
        "honeybadger.min.js",
        "toolkit.*"
      ]
    }
  ],
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Alt+Shift+G",
        "mac": "Alt+Shift+G"
      },
      "description": "Launches the Toolbox"
    }
  }
}