Atendimento Chatbot de WhatsApp para Hotel

Automatize as Conversas com seus hóspedes. Acelere o Processo de Digitalização do Seu Hotel ou Pousada

What is Atendimento Chatbot de WhatsApp para Hotel?

Atendimento Chatbot de WhatsApp para Hotel is a Chrome extension developed by Rodrigo Tagliari, and its main feature is "Automatize as Conversas com seus hóspedes. Acelere o Processo de Digitalização do Seu Hotel ou Pousada".

Extension Screenshots

screenshot

Download Atendimento Chatbot de WhatsApp para Hotel Extension CRX File

Download Atendimento Chatbot de WhatsApp para Hotel 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

                        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.                    

Extension Basic Information

Name Atendimento Chatbot de WhatsApp para Hotel Atendimento Chatbot de WhatsApp para Hotel
ID nmdcjiaipaiechlllkkehgjeimacpdhl
Official URL https://chromewebstore.google.com/detail/atendimento-chatbot-de-wh/nmdcjiaipaiechlllkkehgjeimacpdhl
Description Automatize as Conversas com seus hóspedes. Acelere o Processo de Digitalização do Seu Hotel ou Pousada
File Size 19.94 KB
Installation Count 53
Current Version 0.1
Last Updated 2020-12-08
Publish Date 2020-12-07
Rating 1.00/5 Total 2 Ratings
Developer Rodrigo Tagliari
Email [email protected]
Payment Type free
Extension Website https://localcave.com
Supported Languages 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"
    ]
}