Whats Voice
Otimize seu atendimento e aumente suas conversões!
Hvad er Whats Voice?
Whats Voice er en Chrome-udvidelse udviklet af https://whatsvoice.com.br, og dens hovedfunktion er "Otimize seu atendimento e aumente suas conversões!".
Udvidelsesskærmbilleder
Download Whats Voice-udvidelses-CRX-fil
Download Whats Voice-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Whats Voice |
ID | ccnllpcenlhbhnkbofajkdlabadcglcd |
Officiel URL | https://chromewebstore.google.com/detail/whats-voice/ccnllpcenlhbhnkbofajkdlabadcglcd |
Beskrivelse | Otimize seu atendimento e aumente suas conversões! |
Filstørrelse | 2.33 MB |
Antal Installationer | 172 |
Nuværende Version | 1.1.2 |
Senest Opdateret | 2022-08-17 |
Udgivelsesdato | 2022-06-25 |
Bedømmelse | 4.67/5 Samlet 3 Bedømmelser |
Udvikler | https://whatsvoice.com.br |
[email protected] | |
Betalingsmetode | in_app |
Udvidelseswebsted | https://whatsvoice.com.br |
URL til Fortrolighedspolitik Side | https://empresainteligente.com.br/politica-privacidade.html |
Understøttede Sprog | 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" ] } ] } |