Access thankQ CRM

Access thankQ CRM

The Access thankQ CRM extension allows you to send and log communications to thankQ from Gmail

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Access thankQ CRM",
  "version": "1.2.12",
  "description": "The Access thankQ CRM extension allows you to send and log communications to thankQ from Gmail",
  "content_security_policy": "script-src 'self' https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js; object-src 'self'",
  "omnibox": {
    "keyword": "thankQ"
  },
  "author": "Access thankQ CRM",
  "icons": {
    "16": "AccessGroup_logo_16.png",
    "48": "AccessGroup_logo_48.png",
    "128": "AccessGroup_logo_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://mail.google.com/mail/*"
      ],
      "css": [
        "style.css"
      ],
      "js": [
        "jquery.js",
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "https://thankqbeta.accessacloud.com/*/*"
  ]
}