Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "WA-CRM: Best WA CRM for Business Development and Sales Teams",
"version": "3.0.2",
"description": "Increase productivity and streamline customer interactions with the best WhatsApp CRM for sales, business and customer support teams",
"default_locale": "en",
"action": {
"default_title": "WA-CRM: Best WA CRM for Business Development and Sales Teams"
},
"content_scripts": [
{
"all_frames": true,
"matches": [
"https:\/\/*.whatsapp.com\/*"
],
"js": [
"js\/jquery.js",
"js\/jquery-ui.js",
"js\/aos.js",
"js\/textEditor.js",
"js\/emojione.min.js",
"js\/emoji-picker.js",
"js\/htmlObj.js",
"js\/classes.js",
"js\/index.js"
],
"css": [
".\/css\/jquery-ui.css",
".\/css\/globals.css",
".\/css\/textEditor.css",
".\/css\/emoji-picker.css",
".\/css\/aos.css",
".\/css\/styles.css"
],
"run_at": "document_end"
}
],
"icons": {
"16": "img\/WACRM.png",
"48": "img\/WACRM.png",
"128": "img\/WACRM.png"
},
"permissions": [
"tabs",
"storage",
"activeTab"
],
"host_permissions": [
"https:\/\/*.whatsapp.com\/*"
],
"background": {
"service_worker": ".\/js\/background.js"
},
"web_accessible_resources": [
{
"resources": [
"js\/jquery.js",
"js\/jquery-ui.js",
"js\/webResource.js",
"css\/jquery-ui.css",
"js\/textEditor.js",
"js\/emoji-picker.css",
"js\/emoji-picker.js",
"css\/globals.css",
"css\/styles.css",
"img\/hubspot.png"
],
"matches": [
"https:\/\/*.whatsapp.com\/*"
]
}
]
}