SuperBotChat
SuperBotChat
What is SuperBotChat?
SuperBotChat is a Chrome extension developed by AppChat, and its main feature is "SuperBotChat".
Extension Screenshots
Download SuperBotChat Extension CRX File
Download SuperBotChat 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
Nossa extensão tem como objetivo facilitar a organização e acompanhamento de conversas no WhatsApp Web, incluindo recursos de CRM, etiquetas, agendamentos de mensagem para ajudar a gerenciar um melhor relacionamentos com clientes.
Extension Basic Information
Name | SuperBotChat |
ID | iggphbbfcidekbaoofnnhafkaolofknl |
Official URL | https://chromewebstore.google.com/detail/superbotchat/iggphbbfcidekbaoofnnhafkaolofknl |
Description | SuperBotChat |
File Size | 536 KB |
Installation Count | 555 |
Current Version | 0.0.9.4 |
Last Updated | 2024-02-08 |
Publish Date | 2023-05-14 |
Rating | 4.00/5 Total 4 Ratings |
Developer | AppChat |
[email protected] | |
Payment Type | in_app |
Privacy Policy Page URL | https://appchat.app/privacy-policies.html |
Supported Languages | pt-BR |
manifest.json | |
{ "manifest_version": 3, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SuperBotChat", "description": "SuperBotChat", "version": "0.0.9.4", "author": "SuperBotChat", "icons": { "16": "assets\/images\/16x16.png", "32": "assets\/images\/32x32.png", "48": "assets\/images\/48x48.png", "128": "assets\/images\/128x128.png" }, "action": { "default_icon": { "16": "assets\/images\/16x16.png", "32": "assets\/images\/32x32.png", "48": "assets\/images\/48x48.png", "128": "assets\/images\/128x128.png" }, "default_title": "SuperBotChat" }, "content_scripts": [ { "matches": [ "https:\/\/apiexpress.superbotchat.com\/*" ], "js": [ "updateChecker.js" ] }, { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "js": [ "appendAssets.js", "fetchWebsocket.js" ] } ], "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "eventListener.js", "assets\/js\/jquery.min.js", "assets\/js\/bootstrap.bundle.min.js", "assets\/js\/sweetAlert.js", "assets\/js\/dragula.js", "assets\/js\/dom-autoscroller.js", "assets\/js\/chartjs.min.js", "assets\/js\/core.js", "assets\/js\/gridjs.production.min.js", "assets\/css\/mermaid.min.css", "assets\/css\/dragula.css", "assets\/css\/animate.min.css", "assets\/css\/bootstrap.min.css", "assets\/css\/core.css" ], "matches": [ "https:\/\/web.whatsapp.com\/*" ] } ], "permissions": [ "storage", "tabs" ] } |