Axactor Dynamics Notificator Firefox

Examine source code of Axactor Dynamics Notificator

Inspect and view changes in Axactor Dynamics Notificator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Axactor Dynamics Notificator",
  "description": "Extension which enables notifications based on the data from Dynamics CRM",
  "author": "Denys Demchenko",
  "version": "1.2.0",
  "permissions": [
    "activeTab",
    "https://*.dynamics.com/*",
    "http://*.dynamics.com/*",
    "notifications",
    "storage"
  ],
  "content_scripts": [
    {
      "js": [
        "contentscript.js"
      ],
      "matches": [
        "https://*.dynamics.com/*",
        "http://*.dynamics.com/*"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "web_accessible_resources": [
    "assets/*",
    "dynamics_dialer_injection.js"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "browser_action": {},
  "icons": {
    "16": "logo-16.png",
    "32": "logo-32.png",
    "64": "logo-64.png",
    "128": "128.png"
  }
}

Best Axactor Dynamics Notificator Alternatives

Here are some Firefox add-ons that are similar to Axactor Dynamics Notificator: