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": "noCRM: Simple Sales CRM for WhatsApp\u2122", "description": "Manage and create leads easily from WhatsApp\u2122 and instantly log interactions in noCRM!", "version": "1.0", "icons": { "16": "icons\/favicon-16x16.png", "48": "icons\/favicon-32x32.png", "128": "icons\/favicon-256x256.png" }, "action": { "default_title": "Find Whatsapp leads", "default_icon": { "16": "icons\/favicon-16x16.png", "48": "icons\/favicon-32x32.png", "128": "icons\/favicon-256x256.png" }, "default_popup": "popup.html" }, "author": "[email protected]", "background": { "service_worker": "service-worker.js", "type": "module" }, "content_scripts": [ { "matches": [ "https:\/\/*.whatsapp.com\/" ], "js": [ "scripts\/helpers.js", "scripts\/nocrm.js", "scripts\/content.js" ], "all_frames": true } ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "permissions": [ "cookies", "tabs", "sidePanel", "storage" ], "web_accessible_resources": [ { "resources": [ "*" ], "matches": [ "https:\/\/*\/*" ] } ] }