SheetWA Bulk WA Sender - Excel, Google Sheets

SheetWA Bulk WA Sender - Excel, Google Sheets

Send personalised WhatsApp messages from Google Sheets, Excel Sheets. Send images and documents. Download contacts and more.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SheetWA Bulk WA Sender - Excel, Google Sheets",
  "version": "5.31.501",
  "description": "Send personalised WhatsApp messages from Google Sheets, Excel Sheets. Send images and documents. Download contacts and more.",
  "permissions": [
    "storage",
    "contextMenus",
    "tabs"
  ],
  "short_name": "SheetWA",
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "64": "icons/icon64.png",
    "128": "icons/icon128.png"
  },
  "action": {},
  "content_scripts": [
    {
      "matches": [
        "https://web.whatsapp.com/*"
      ],
      "js": [
        "contentScript.js",
        "/cache_version/add.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://sheetwa.com/*"
      ],
      "js": [
        "webContentScript.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "lib.js",
        "/cache_version/*"
      ],
      "matches": [
        "https://web.whatsapp.com/*"
      ]
    }
  ],
  "manifest_version": 3
}