Business Tools CRM

Business Tools CRM

Let Business Tools CRM be your most powerful assistant for WhatsApp marketing & WhatsApp sales.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "1.0.0",
  "name": "Business Tools CRM",
  "homepage_url": "https://chrome.google.com/webstore/detail/waplus-crm-crm-tool-for-w/jmjcgjmipjiklbnfbdclkdikplgajhgc",
  "description": "__MSG_extDesc__",
  "default_locale": "en",
  "permissions": [
    "activeTab",
    "storage",
    "cookies",
    "scripting",
    "contextMenus"
  ],
  "host_permissions": [
    "*://web.whatsapp.com/*"
  ],
  "icons": {
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "js": [
        "core-injection.js"
      ],
      "matches": [
        "https://web.whatsapp.com/*"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://web.whatsapp.com/*"
      ],
      "js": [
        "content-script.js"
      ],
      "css": [],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://web.whatsapp.com/*"
      ],
      "js": [
        "popup.js"
      ],
      "run_at": "document_end"
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "128": "icons/128.png"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "inject-script.js",
        "icons/*",
        "images/*",
        "install-popup.html",
        "websocket/*"
      ],
      "matches": [
        "https://web.whatsapp.com/*"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "*://*.waplus.io/*",
      "*://dev.zfscrmteam.top/*"
    ]
  }
}