NetHunt CRM for Gmail

NetHunt CRM for Gmail

From a Gmail inbox to a full-featured CRM. Access 100% of CRM functionality from Gmail inbox.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_APP_FULL_NAME__",
  "short_name": "__MSG_APP_SHORT_NAME__",
  "version": "22.319.806",
  "description": "__MSG_APP_DESCRIPTION__",
  "homepage_url": "https://nethunt.com/",
  "default_locale": "en",
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "incognito": "split",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.nethunt.com/*",
        "https://mail.google.com/mail/*",
        "https://calendar.google.com/calendar/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    "manifest.json",
    "gdPicker.html",
    "gmData.js",
    "gmEmbData.js",
    "gmAjax.js",
    "gcData.js",
    "gcAjax.js",
    "pixel.gif"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "https://*.nethunt.com/*",
    "https://*.nethunt.co/*",
    "https://*.googleusercontent.com/proxy/*",
    "https://mail.google.com/mail/*",
    "https://calendar.google.com/calendar/*"
  ]
}