Whatsapp Free Bot & Auto Responder
Whatsapp Bot & Auto Responder - chatbot intellignet responses, extra options and more
Was ist Whatsapp Free Bot & Auto Responder?
Whatsapp Free Bot & Auto Responder ist eine Chrome-Erweiterung, die von https://wasubo.com entwickelt wurde, und ihr Hauptmerkmal ist "Whatsapp Bot & Auto Responder - chatbot intellignet responses, extra options and more".
Erweiterungsscreenshots
Whatsapp Free Bot & Auto Responder-Erweiterungs-CRX-Datei herunterladen
Laden Sie Whatsapp Free Bot & Auto Responder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | |
ID | cipcklbdilkonfkljppjoipbdpbifnia |
Offizielle URL | https://chrome.google.com/webstore/detail/whatsapp-free-bot-auto-re/cipcklbdilkonfkljppjoipbdpbifnia |
Beschreibung | Whatsapp Bot & Auto Responder - chatbot intellignet responses, extra options and more |
Dateigröße | 4.24 MB |
Installationsanzahl | 130 |
Aktuelle Version | 1.0.3 |
Letztes Update | 2021-09-28 |
Veröffentlichungsdatum | 2021-05-08 |
Entwickler | https://wasubo.com |
[email protected] | |
Zahlungsart | in_app |
Erweiterungswebsite | https://wasubo.com |
Hilfeseite URL | https://wasubo.com |
URL der Datenschutzrichtlinien-Seite | https://wapponfire.com/politica-privacidad |
Unterstützte Sprachen | 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" ] } |