Doocti

Doocti

Doocti is to integrate your communication platform with your CRM.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Doocti",
  "description": "Doocti is to integrate your communication platform with your CRM.",
  "version": "2.0.1",
  "manifest_version": 2,
  "permissions": [
    "*://*.doocti.com/*",
    "*://*.auth0.com/*",
    "notifications",
    "identity",
    "contextMenus",
    "storage",
    "tabs"
  ],
  "icons": {
    "48": "icons/doocti-logo.png",
    "128": "icons/doocti-logo.png"
  },
  "browser_action": {
    "default_title": "Doocti",
    "default_popup": "popup/index.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentScript.js"
      ],
      "run_at": "document_end"
    }
  ],
  "options_ui": {
    "page": "options/options.html",
    "chrome_style": true
  },
  "externally_connectable": {
    "matches": [
      "*://*.zappsusercontent.com/*",
      "*://localhost/*"
    ]
  },
  "web_accessible_resources": [
    "popup/index.html"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://*.vo.msecnd.net; object-src 'self'",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyG77kqJpDjCOBmsnEn5GVapHP3h2+vrN/a8AjONVuzDMkyBq+2W1lIzQne364JLPM7AIVmQrRyaQDJ+02bMHzUxEUd4efdJILAwbf10ZX36Z90XgTwA2KwyMmFzPRXLLuALMPC80JVPPSVRlm0JWCLgmt8fUH0QJ1Hdlp751GSGhpWGqW18tjQfI/v43yr3MidOolEYqNhV4O75O8r94FuE0aAZkvWQ2T18yBafDzzuAaSxqiy5McutHZhpYWNptjJoveFjUnHyi8iGO4PcunHrO26c/+FN8uvVyTywUCJT62knIWTJJw9bZaIikqys/5hWfZWQ7o64Lz8M1MOEMXQIDAQAB"
}