Picky Assist Zoho CRM

Picky Assist Zoho CRM

Deep Link your Zoho CRM, Zoho CRM Plus, Zoho Bign with WhatsApp & Picky Assist Teambox for increased productivity

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Picky Assist Zoho CRM",
  "description": "Deep Link your Zoho CRM, Zoho CRM Plus, Zoho Bign with WhatsApp & Picky Assist Teambox for increased productivity",
  "version": "1.3",
  "manifest_version": 3,
  "permissions": [
    "storage"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "/images/Icon-16.png",
      "32": "/images/Icon-32.png",
      "48": "/images/Icon-48.png",
      "128": "/images/Icon-128.png"
    }
  },
  "icons": {
    "16": "/images/Icon-16.png",
    "32": "/images/Icon-32.png",
    "48": "/images/Icon-48.png",
    "128": "/images/Icon-128.png"
  },
  "content_scripts": [
    {
      "js": [
        "jquery.min.js",
        "content.js"
      ],
      "matches": [
        "https://*.zoho.com/*",
        "https://*.zoho.cn/*",
        "https://*.zoho.eu/*",
        "https://*.zoho.in/*",
        "https://*.zoho.au/*"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "images/Icon-32.png",
        "images/whatsapp.png"
      ]
    }
  ]
}