WhatsApp CRM Powered By ChatGPT
Easily track your leads on whatsapp Web
What is WhatsApp CRM Powered By ChatGPT?
WhatsApp CRM Powered By ChatGPT is a Chrome extension developed by Rahul Bansal, and its main feature is "Easily track your leads on whatsapp Web".
Extension Screenshots
Download WhatsApp CRM Powered By ChatGPT Extension CRX File
Download WhatsApp CRM Powered By ChatGPT extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Introducing Whatsapp CRM, Don't waste time managing customers on whatsapp. Easily add tags, notes for your contacts.
Extension Basic Information
Name | WhatsApp CRM Powered By ChatGPT |
ID | kdemgnhhckefogkmgjmaeeepfjdngonj |
Official URL | https://chrome.google.com/webstore/detail/whatsapp-crm-powered-by-c/kdemgnhhckefogkmgjmaeeepfjdngonj |
Description | Easily track your leads on whatsapp Web |
File Size | 506 KB |
Installation Count | 17 |
Current Version | 1.1 |
Last Updated | 2023-05-11 |
Publish Date | 2023-05-11 |
Developer | Rahul Bansal |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://raw.githubusercontent.com/rahulbansal16/privacyPolicy/main/orso |
Supported Languages | id,de,en,fr,tr,ca,es,it,pl,pt-BR,pt-PT,ru,hi,ta,zh-CN,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "version": "1.1", "description": "__MSG_extDesc__", "default_locale": "en", "action": { "default_popup": "index.html" }, "permissions": [ "storage" ], "icons": { "16": "src\/assets\/extension-icons\/logo-16.png", "48": "src\/assets\/extension-icons\/logo-48.png", "128": "src\/assets\/extension-icons\/logo-128.png" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "web_accessible_resources": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "resources": [ "src\/assets\/extension-icons\/logo-32.png", "src\/libraries\/wppconnect-wa.js", "src\/assets\/extension-icons\/logo-48.png", "src\/js\/helper.js" ], "use_dynamic_url": false }, { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "resources": [ "assets\/Help.a455be09.js", "assets\/orsoMixPanel.c179f783.js", "assets\/constants.2ae3e593.js", "assets\/detect.42ea553e.js", "assets\/content.b9256369.js" ], "use_dynamic_url": true } ], "content_scripts": [ { "js": [ "assets\/content-script-loader.detect.42ea553e.0419cb63.js" ], "matches": [ "https:\/\/web.whatsapp.com\/*" ], "run_at": "document_end" }, { "js": [ "assets\/content-script-loader.content.b9256369.7f87b97b.js" ], "matches": [ "https:\/\/web.whatsapp.com\/*" ], "run_at": "document_start" } ] } |