Weka: Best WhatsApp CRM for work

Weka: Best WhatsApp CRM for work

Best productivity tool for Business Development and Sales Teams which use WhatsApp Web for work.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.1.0.25",
  "manifest_version": 3,
  "name": "Weka: Best WhatsApp CRM for work",
  "description": "Best productivity tool for Business Development and Sales Teams which use WhatsApp Web for work.",
  "background": {
    "service_worker": "js/background.js"
  },
  "icons": {
    "128": "WekaLogo128.png"
  },
  "action": {
    "default_icon": {
      "128": "WekaLogo128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://web.whatsapp.com/*"
      ],
      "js": [
        "js/content.js"
      ]
    }
  ],
  "permissions": [
    "alarms",
    "activeTab",
    "storage",
    "tabs",
    "background",
    "identity"
  ],
  "host_permissions": [
    "https://*.weka.app/*"
  ],
  "externally_connectable": {
    "matches": [
      "https://*.weka.app/*"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "js/injected.js",
        "js/reminder.js",
        "weka-reminder.mov",
        "reminder.html"
      ],
      "matches": [
        "https://web.whatsapp.com/*"
      ],
      "all_frames": true
    }
  ],
  "oauth2": {
    "client_id": "426775719444-i06v8543lj8sofdm5lhocj53qo90q2sg.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/spreadsheets"
    ]
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhrgNxSRA9czu5h2WTaFYU8UDXIGKQf6OLrwH3RFcw9GoFZimT0obMPc51HFJPjq9Fuk5HfZggR8yjsqecYY2FhBFGUrFfmd2sg+i66/hO1i/S2ufq12GWT4nUJWr903rcNncuK4MfcOEKy/j4bIn44me7Xo65agyfgP2uZcaJKrYBYujYNqZcqU1ZeXCWfujYHT5EoRwFkWZmnd/661dZ/a/AV4DNxNLQ05ZWb2Vf9MpYnWB7JiuYQ2A8Plzkfc29aiHdY3AqRw1gMraVovgRTesJhwRFWFMPC4abBWxO3aPSTHFaiikfjSvmB7a9PRNjQjbSTERep2isPN5Icau1wIDAQAB"
}