Zap Chatbot
Automatização de whatsapp
Wat is Zap Chatbot?
Zap Chatbot is een Chrome-extensie ontwikkeld door Rodrigo Tagliari, en de belangrijkste functie is "Automatização de whatsapp".
Extensie Screenshots
Download het CRX-bestand van de extensie Zap Chatbot
Download Zap Chatbot-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Automatize as Conversas com seus clientes com a Melhor Plataforma de Chatbots do Mercado. Acelere o Processo de Digitalização do Seu Negócio. Atenda centenas de clientes simultaneamente, 24h por dia, 7 dias por semana!
Basisinformatie over de Extensie
Naam | |
ID | ffajakoifcdobjmaapdjjaoggokjbhok |
Officiële URL | https://chrome.google.com/webstore/detail/zap-chatbot/ffajakoifcdobjmaapdjjaoggokjbhok |
Beschrijving | Automatização de whatsapp |
Bestandsgrootte | 25.79 KB |
Aantal Installaties | 157 |
Huidige Versie | 0.5.5 |
Laatst Bijgewerkt | 2021-07-12 |
Publicatiedatum | 2021-03-31 |
Beoordeling | 3.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Rodrigo Tagliari |
[email protected] | |
Betalingswijze | in_app |
Extensiewebsite | https://zapchatbot.com/ |
Help Pagina-URL | https://zapchatbot.com/ |
Ondersteunde Talen | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Zap Chatbot", "version": "0.5.5", "description": "Automatiza\u00e7\u00e3o de whatsapp", "permissions": [ "tabs", "activeTab" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/" ], "js": [ "content_script.js" ] } ], "options_page": "options.html", "browser_action": { "default_title": "Painel de Controle", "default_popup": "popup.html" }, "web_accessible_resources": [ "wapi.js", "popup.js", "style.css" ], "icons": { "16": "logo-16x16.png", "32": "logo-32x32.png", "48": "logo-48x48.png", "128": "logo-128x128.png" }, "manifest_version": 2 } |