Atendimento Chatbot de WhatsApp para Hotel
Automatize as Conversas com seus hóspedes. Acelere o Processo de Digitalização do Seu Hotel ou Pousada
Was ist Atendimento Chatbot de WhatsApp para Hotel?
Atendimento Chatbot de WhatsApp para Hotel ist eine Chrome-Erweiterung, die von Rodrigo Tagliari entwickelt wurde, und ihr Hauptmerkmal ist "Automatize as Conversas com seus hóspedes. Acelere o Processo de Digitalização do Seu Hotel ou Pousada".
Erweiterungsscreenshots
Atendimento Chatbot de WhatsApp para Hotel-Erweiterungs-CRX-Datei herunterladen
Laden Sie Atendimento Chatbot de WhatsApp para Hotel-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
Automatize as Conversas com seus hóspedes com a Melhor Plataforma de Chatbots do Mercado. Acelere o Processo de Digitalização do Seu Hotel ou Pousada. Converse com Nosso Time! Reduza Custos. Selo Verificador. Atenda Mais Clientes. Aumente Suas Vendas. Impressione Seus Clientes. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | nmdcjiaipaiechlllkkehgjeimacpdhl |
| Offizielle URL | https://chromewebstore.google.com/detail/atendimento-chatbot-de-wh/nmdcjiaipaiechlllkkehgjeimacpdhl |
| Beschreibung | Automatize as Conversas com seus hóspedes. Acelere o Processo de Digitalização do Seu Hotel ou Pousada |
| Dateigröße | 19.94 KB |
| Installationsanzahl | 53 |
| Aktuelle Version | 0.1 |
| Letztes Update | 2020-12-08 |
| Veröffentlichungsdatum | 2020-12-07 |
| Bewertung | 1.00/5 Insgesamt 2 Bewertungen |
| Entwickler | Rodrigo Tagliari |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://localcave.com |
| Unterstützte Sprachen | pt-BR |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Atendimento Chatbot de WhatsApp para Hotel",
"description": "Automatize as Conversas com seus h\u00f3spedes. Acelere o Processo de Digitaliza\u00e7\u00e3o do Seu Hotel ou Pousada",
"version": "0.1",
"offline_enabled": true,
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"https:\/\/web.whatsapp.com\/"
],
"js": [
"content.js"
],
"run_at": "document_idle",
"all_frames": false
}
],
"browser_action": {
"default_title": "Test Extension",
"default_popup": "popup.html"
},
"icons": {
"16": "logo-16x16.jpg",
"32": "logo-32x32.jpg",
"48": "logo-48x48.jpg",
"128": "logo-128x128.jpg"
},
"permissions": [
"activeTab"
]
} | |