Whatsapp Free Bot & Auto Responder
Whatsapp Bot & Auto Responder - chatbot intellignet responses, extra options and more
What is Whatsapp Free Bot & Auto Responder?
Whatsapp Free Bot & Auto Responder is a Chrome extension developed by https://wasubo.com, and its main feature is "Whatsapp Bot & Auto Responder - chatbot intellignet responses, extra options and more".
Extension Screenshots
Download Whatsapp Free Bot & Auto Responder Extension CRX File
Download Whatsapp Free Bot & Auto Responder 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
Este sistema permite responder de forma automática a mensajes personalizados recibidos en WhatsApp simplemente realizando una configuración previa de los mensajes. Automatiza tu WhatsApp con Wasubo Bot. Crea un Chatbot y Atiende las 24 Horas del Día. ¡Súmate a las Miles de Empresas que Ya Usan Wasubo Para Automatizar su WhatsApp!
Extension Basic Information
Name | |
ID | cipcklbdilkonfkljppjoipbdpbifnia |
Official URL | https://chrome.google.com/webstore/detail/whatsapp-free-bot-auto-re/cipcklbdilkonfkljppjoipbdpbifnia |
Description | Whatsapp Bot & Auto Responder - chatbot intellignet responses, extra options and more |
File Size | 4.24 MB |
Installation Count | 130 |
Current Version | 1.0.3 |
Last Updated | 2021-09-28 |
Publish Date | 2021-05-08 |
Developer | https://wasubo.com |
[email protected] | |
Payment Type | in_app |
Extension Website | https://wasubo.com |
Help Page URL | https://wasubo.com |
Privacy Policy Page URL | https://wapponfire.com/politica-privacidad |
Supported Languages | en-US,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Whatsapp Free Bot & Auto Responder", "description": "__MSG_chrome_extension_description__", "version": "1.0.3", "short_name": "WasaBOT", "author": "wasubo.com", "default_locale": "es", "manifest_version": 2, "homepage_url": "https:\/\/wasubo.com", "background": { "scripts": [ "background.min.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "js": [ "content.min.js" ], "run_at": "document_end" } ], "browser_action": { "default_popup": "popup.html", "default_title": "__MSG_browser_action_title__" }, "permissions": [ "notifications", "storage", "https:\/\/wasubo.com\/" ], "icons": { "16": "img\/main-icon16.png", "22": "img\/main-icon32.png", "32": "img\/main-icon32.png", "48": "img\/main-icon48.png", "128": "img\/main-icon128.png" }, "web_accessible_resources": [ "popup.html", "css\/lib.css", "img\/logo.png", "img\/*", "flmin.js", "css\/css_global.css", "css\/new\/head.js", "css\/new\/main.js", "css\/new\/util.js" ] } |