Whats Voice
Otimize seu atendimento e aumente suas conversões!
Wat is Whats Voice?
Whats Voice is een Chrome-extensie ontwikkeld door https://whatsvoice.com.br, en de belangrijkste functie is "Otimize seu atendimento e aumente suas conversões!".
Extensie Screenshots
Download het CRX-bestand van de extensie Whats Voice
Download Whats Voice-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
                        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.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | ccnllpcenlhbhnkbofajkdlabadcglcd | 
| Officiële URL | https://chromewebstore.google.com/detail/whats-voice/ccnllpcenlhbhnkbofajkdlabadcglcd | 
| Beschrijving | Otimize seu atendimento e aumente suas conversões! | 
| Bestandsgrootte | 2.33 MB | 
| Aantal Installaties | 172 | 
| Huidige Versie | 1.1.2 | 
| Laatst Bijgewerkt | 2022-08-17 | 
| Publicatiedatum | 2022-06-25 | 
| Beoordeling | 4.67/5 Totaal 3 Beoordelingen | 
| Ontwikkelaar | https://whatsvoice.com.br | 
| [email protected] | |
| Betalingswijze | in_app | 
| Extensiewebsite | https://whatsvoice.com.br | 
| URL van de Privacybeleid Pagina | https://empresainteligente.com.br/politica-privacidade.html | 
| Ondersteunde Talen | 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"
            ]
        }
    ]
}  |  |