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": "__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": [
"tabs",
"activeTab",
"storage",
"cookies",
"scripting",
"contextMenus",
"alarms",
"identity"
],
"optional_permissions": [
"management"
],
"host_permissions": [
"*:\/\/web.whatsapp.com\/*",
"*:\/\/*.waplus.io\/*"
],
"optional_host_permissions": [
"*:\/\/api.hubapi.com\/*",
"*:\/\/*\/*"
],
"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\/wa-attach.css",
"css\/flags.css"
],
"run_at": "document_end"
},
{
"matches": [
"https:\/\/web.whatsapp.com\/*"
],
"js": [
"js\/document_start.js"
],
"run_at": "document_start"
},
{
"matches": [
"https:\/\/*.waplus.io\/*"
],
"js": [
"waplus-content.js"
],
"css": [],
"run_at": "document_end"
}
],
"action": {
"default_icon": {
"128": "icons\/logo_128.png"
}
},
"web_accessible_resources": [
{
"resources": [
"inject-script.js",
"icons\/*",
"images\/*",
"websocket\/*",
"template\/*"
],
"matches": [
"https:\/\/web.whatsapp.com\/*"
]
}
],
"externally_connectable": {
"matches": [
"*:\/\/*.waplus.io\/*"
]
},
"version": "1.7.76",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlWycw3xI2JDdljo8ZkPG8fGxMpIZxZOFcIiC43XoOiPeZRJi1MwRAbRnvy4YuBRQnbYqXXeVj4Ad+EeBtoeLiwDocA48HRTDghqQz0Dy8ViFElXuKFMgsgPdh\/lf2d4vygpDA4vdxzyA50D2PQtOyYvGyPsBixOdvOaCPMI5BmBmAOB8Zi5BCceAfb2vgik4rMDDa+Vmz8FgqyDvJ5EolBNJxFy1BqiyrgBBEA6jmlISNa3KHDOFOyTn4AtBeMOSfI6FURYL9YiaUAJbY3mxtGGTX1\/+IpGn3EAIGcUzwgGu7FisKKQy0LV2hQIpzjOCrOe3NAES4eIFtfAXykFmbwIDAQAB"
}