Whats Voice

Otimize seu atendimento e aumente suas conversões!

Was ist Whats Voice?

Whats Voice ist eine Chrome-Erweiterung, die von https://whatsvoice.com.br entwickelt wurde, und ihr Hauptmerkmal ist "Otimize seu atendimento e aumente suas conversões!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Whats Voice-Erweiterungs-CRX-Datei herunterladen

Laden Sie Whats Voice-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

                        Crie e organize seu Script de venda ou atendimento com imagens, vídeos, textos e áudios e arquivos para ser enviados  no Whats Web, como se tivessem sido gravados na hora..
Mande áudios prontos como se tivessem sido gravados na hora pelo Web Whats e aumente suas conversões.

Com o Whats Voice você pode mandar áudios e textos prontos com apenas o clique de um botão.

WhatsApp ™ é uma marca comercial da WhatsApp Inc
e não temos qualquer ligação com a marca, nossa ferramenta visa automatizar apenas processos manuais.                    

Grundlegende Informationen zur Erweiterung

Name Whats Voice Whats Voice
ID ccnllpcenlhbhnkbofajkdlabadcglcd
Offizielle URL https://chromewebstore.google.com/detail/whats-voice/ccnllpcenlhbhnkbofajkdlabadcglcd
Beschreibung Otimize seu atendimento e aumente suas conversões!
Dateigröße 2.33 MB
Installationsanzahl 172
Aktuelle Version 1.1.2
Letztes Update 2022-08-17
Veröffentlichungsdatum 2022-06-25
Bewertung 4.67/5 Insgesamt 3 Bewertungen
Entwickler https://whatsvoice.com.br
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://whatsvoice.com.br
URL der Datenschutzrichtlinien-Seite https://empresainteligente.com.br/politica-privacidade.html
Unterstützte Sprachen pt-BR
manifest.json
{
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "\/static\/js\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                ".\/static\/js\/content.js"
            ],
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ]
        }
    ],
    "description": "Otimize seu atendimento e aumente suas convers\u00f5es!",
    "externally_connectable": {
        "matches": [
            "*:\/\/web.whatsapp.com\/*"
        ]
    },
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "32": "icon32.png",
        "64": "icon64.png"
    },
    "manifest_version": 3,
    "name": "Whats Voice",
    "options_page": "options.html",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.2",
    "version_name": "1.1.2",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ],
            "resources": [
                "\/static\/js\/runtime.js",
                "\/static\/js\/*.map"
            ]
        }
    ]
}