Examine source code of NetHunt CRM for Gmail

Inspect and view changes in NetHunt CRM for Gmail source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_APP_FULL_NAME__",
  "short_name": "__MSG_APP_SHORT_NAME__",
  "version": "25.86.661",
  "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": {
    "service_worker": "background.js"
  },
  "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": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "manifest.json",
        "gdPicker.html",
        "gmData.js",
        "gmEmbData.js",
        "gmAjax.js",
        "gcData.js",
        "gcAjax.js",
        "pixel.gif",
        "package.js",
        "package.css"
      ]
    }
  ],
  "permissions": [
    "storage",
    "scripting",
    "declarativeNetRequestWithHostAccess"
  ],
  "host_permissions": [
    "https://*.nethunt.com/*",
    "https://*.nethunt.co/*",
    "https://*.googleusercontent.com/proxy/*",
    "https://mail.google.com/mail/*",
    "https://calendar.google.com/calendar/*"
  ]
}