Whats2Api: Integrate Whatsapp Web to anything

Whats2Api: Integrate Whatsapp Web to anything

Sends chosen messages and contact data from Whatsapp Web to an API/Webhook link.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "0.0.14",
  "name": "Whats2Api: Integrate Whatsapp Web to anything",
  "description": "Sends chosen messages and contact data from Whatsapp Web to an API/Webhook link.",
  "author": "Alexandre Daltro. Email: [email protected]",
  "permissions": [
    "activeTab",
    "scripting",
    "storage",
    "downloads"
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://web.whatsapp.com/*"
      ],
      "css": [
        "style.css"
      ],
      "js": [
        "index.js"
      ]
    }
  ],
  "background": {
    "service_worker": "background.js"
  },
  "host_permissions": [
    "https://whats2api.firebaseapp.com/__/auth/*, https://web.whatsapp.com/*"
  ],
  "action": {
    "default_title": "Whats2API - Integrate any CRM to Whatsapp Web",
    "default_popup": "popup.html"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhlF+K3p6AsIeTfYHcaesRMn+E+YvWYN3KsD6537wF2J7N9EEbQj4OdIQUnVdWE/uOGmYKivnApU15+gJ/8sMmFxF1Byyc15RtEmskrcXQal9Qy4DGHEUMs6hcp2PSd9QpLc3M3f8lH7AwLA2KMHb9gA3daAnz02sAxFXZijx7BavFp1d09Af8smNGFpL55+mEegu2pn10T3wZhZtRIeyhqbcENdz041BDSIsqjcrBvBYUFgpa42FZaZAvJ1xNd3C6Ri/nS/vLhscI9LIHJQVgsG3G0VPUpLBy0S+M3a5ztlAItVm3fM4nlE0tRZ//ylii92TLpYGMd1UH9H9pg4NmwIDAQAB"
}