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": "CRM by < K o d e l r >",
"version": "1.0.31",
"description": "Automatiza tu comunicaci\u00f3n y gestiona tus contactos.",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"permissions": [
"activeTab",
"scripting",
"tabs",
"alarms",
"declarativeNetRequestWithHostAccess",
"sidePanel",
"storage"
],
"host_permissions": [
"<all_urls>"
],
"content_scripts": [
{
"matches": [
"https:\/\/web.whatsapp.com\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"resources": [
"wppconnect-wa.js",
"wajs-init-simple.js"
],
"matches": [
"https:\/\/web.whatsapp.com\/*"
]
}
],
"externally_connectable": {
"matches": [
"https:\/\/kodelr.com\/*",
"http:\/\/localhost\/*",
"http:\/\/127.0.0.1\/*",
"file:\/\/*\/*"
]
},
"background": {
"service_worker": "background.js"
},
"side_panel": {
"default_path": "sidepanel.html"
}
}