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…
Qu'est-ce que VOXBOX - Emails With Voice ?
VOXBOX - Emails With Voice est une extension Chrome développée par https://voxbox.ai, et sa fonction principale est "Add a voice message to your Gmail emails. Instantly share VOXBOX voice recordings in your Gmail emails. Save Time - A more…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension VOXBOX - Emails With Voice
Téléchargez les fichiers d'extension VOXBOX - Emails With Voice au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | VOXBOX - Emails With Voice |
ID | ologgbjjagkhofeclcoobnhhlogecbjo |
URL Officiel | https://chromewebstore.google.com/detail/voxbox-emails-with-voice/ologgbjjagkhofeclcoobnhhlogecbjo |
Description | Add a voice message to your Gmail emails. Instantly share VOXBOX voice recordings in your Gmail emails. Save Time - A more… |
Taille du Fichier | 929 KB |
Nombre d'Installations | 36 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2021-04-26 |
Date de Publication | 2021-04-25 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://voxbox.ai |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.voxbox.ai/ |
URL de la Page d'Aide | https://www.voxbox.ai/support |
URL de la Page de Politique de Confidentialité | https://www.voxbox.ai/privacy |
Langues Prises en Charge | 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';" } |