Let WAPlus CRM be your most powerful assistant for WhatsApp marketing & WhatsApp sales.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"name": "__MSG_extName__",
"homepage_url": "https://chrome.google.com/webstore/detail/waplus-crm-crm-tool-for-w/jmjcgjmipjiklbnfbdclkdikplgajhgc",
"description": "__MSG_extDesc__",
"default_locale": "en",
"oauth2": {
"client_id": "515287609542-bduhga17cas9tjm79s1cc2untnbmh58f.apps.googleusercontent.com",
"scopes": [
"https://www.googleapis.com/auth/calendar.events"
]
},
"permissions": [
"activeTab",
"storage",
"cookies",
"scripting",
"contextMenus",
"alarms"
],
"host_permissions": [
"*://web.whatsapp.com/*",
"*://*.waplus.io/*"
],
"icons": {
"16": "icons/logo_16.png",
"48": "icons/logo_48.png",
"128": "icons/logo_128.png"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https://web.whatsapp.com/*"
],
"js": [
"content-script.js"
],
"css": [
"css/flags.css"
],
"run_at": "document_end"
},
{
"matches": [
"https://web.whatsapp.com/*"
],
"js": [
"js/document_start.js"
],
"run_at": "document_start"
}
],
"action": {
"default_icon": {
"128": "icons/logo_128.png"
}
},
"web_accessible_resources": [
{
"resources": [
"qpqp.js",
"inject-script.js",
"icons/*",
"images/*",
"install-popup.html",
"websocket/*"
],
"matches": [
"https://web.whatsapp.com/*"
]
}
],
"externally_connectable": {
"matches": [
"*://*.waplus.io/*"
]
},
"version": "1.5.47"
}