Busibud : Process Intelligence

Busibud : Process Intelligence

Adds process intelligence to your CRM and Helpdesk Software

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Busibud : Process Intelligence",
  "version": "0.1.2",
  "manifest_version": 2,
  "description": "Adds process intelligence to your CRM and Helpdesk Software",
  "icons": {
    "16": "img/icon-16.png",
    "128": "img/icon-128.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.zendesk.com/*",
        "https://*.freshdesk.com/helpdesk*",
        "https://*.freshdesk.com/helpdesk/tickets/*",
        "https://*.helpscout.net/conversation*",
        "https://mail.google.com/*"
      ],
      "css": [
        "css/main.css"
      ],
      "js": [
        "js/jquery.min.js",
        "js/embed.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "web_accessible_resources": [
    "js/jquery.min.js",
    "html/popup.html",
    "js/helpscout.busibud.js",
    "js/zendesk.busibud.js",
    "js/freshdesk.busibud.js",
    "js/gmail.busibud.js",
    "js/gmail.js"
  ]
}