VOXBOX - Emails With Voice
Add a voice message to your Gmail emails. Instantly share VOXBOX voice recordings in your Gmail emails. Save Time - A more…
Cos'è VOXBOX - Emails With Voice?
VOXBOX - Emails With Voice è un'estensione di Chrome sviluppata da https://voxbox.ai, e la sua funzione principale è "Add a voice message to your Gmail emails. Instantly share VOXBOX voice recordings in your Gmail emails. Save Time - A more…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione VOXBOX - Emails With Voice
Scarica i file di estensione VOXBOX - Emails With Voice in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Add a voice message to your Gmail emails. Instantly share VOXBOX voice recordings in your Gmail emails. Save Time - A more efficient, expressive, effective way to communicate. Avoid Confusion - Dr Albert Mehrabian researchs shows voice & tone are 5.4X more powerful than words. Add context & colour to your words through voice. Work Smarter - Faster than typing an email. PRIVACY: VOXBOX doesn't collect any data.
Informazioni di Base sull'Estensione
Nome | VOXBOX - Emails With Voice |
ID | ologgbjjagkhofeclcoobnhhlogecbjo |
URL Ufficiale | https://chromewebstore.google.com/detail/voxbox-emails-with-voice/ologgbjjagkhofeclcoobnhhlogecbjo |
Descrizione | Add a voice message to your Gmail emails. Instantly share VOXBOX voice recordings in your Gmail emails. Save Time - A more… |
Dimensione del File | 929 KB |
Conteggio Installazioni | 36 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2021-04-26 |
Data di Pubblicazione | 2021-04-25 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://voxbox.ai |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.voxbox.ai/ |
URL della Pagina di Aiuto | https://www.voxbox.ai/support |
URL della Pagina della Politica sulla Privacy | https://www.voxbox.ai/privacy |
Lingue Supportate | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "VOXBOX - Emails With Voice", "short_name": "VOXBOX - Emails With Voice", "description": "", "version": "1.0.0", "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "*:\/\/mail.google.com\/*", "*:\/\/inbox.google.com\/*" ], "js": [ "content.bundle.js" ], "run_at": "document_idle" } ], "background": { "scripts": [ "background.bundle.js" ] }, "icons": { "128": "128.png" }, "web_accessible_resources": [ "*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';" } |