Whats Voice
Otimize seu atendimento e aumente suas conversões!
What is Whats Voice?
Whats Voice is a Chrome extension developed by https://whatsvoice.com.br, and its main feature is "Otimize seu atendimento e aumente suas conversões!".
Extension Screenshots
Download Whats Voice Extension CRX File
Download Whats Voice 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
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.
Extension Basic Information
Name | Whats Voice |
ID | ccnllpcenlhbhnkbofajkdlabadcglcd |
Official URL | https://chromewebstore.google.com/detail/whats-voice/ccnllpcenlhbhnkbofajkdlabadcglcd |
Description | Otimize seu atendimento e aumente suas conversões! |
File Size | 2.33 MB |
Installation Count | 172 |
Current Version | 1.1.2 |
Last Updated | 2022-08-17 |
Publish Date | 2022-06-25 |
Rating | 4.67/5 Total 3 Ratings |
Developer | https://whatsvoice.com.br |
[email protected] | |
Payment Type | in_app |
Extension Website | https://whatsvoice.com.br |
Privacy Policy Page URL | https://empresainteligente.com.br/politica-privacidade.html |
Supported Languages | 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" ] } ] } |