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…
Was ist VOXBOX - Emails With Voice?
VOXBOX - Emails With Voice ist eine Chrome-Erweiterung, die von https://voxbox.ai entwickelt wurde, und ihr Hauptmerkmal ist "Add a voice message to your Gmail emails. Instantly share VOXBOX voice recordings in your Gmail emails. Save Time - A more…".
Erweiterungsscreenshots
VOXBOX - Emails With Voice-Erweiterungs-CRX-Datei herunterladen
Laden Sie VOXBOX - Emails With Voice-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ologgbjjagkhofeclcoobnhhlogecbjo |
| Offizielle URL | https://chromewebstore.google.com/detail/voxbox-emails-with-voice/ologgbjjagkhofeclcoobnhhlogecbjo |
| Beschreibung | Add a voice message to your Gmail emails. Instantly share VOXBOX voice recordings in your Gmail emails. Save Time - A more… |
| Dateigröße | 929 KB |
| Installationsanzahl | 36 |
| Aktuelle Version | 1.0.0 |
| Letztes Update | 2021-04-26 |
| Veröffentlichungsdatum | 2021-04-25 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | https://voxbox.ai |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.voxbox.ai/ |
| Hilfeseite URL | https://www.voxbox.ai/support |
| URL der Datenschutzrichtlinien-Seite | https://www.voxbox.ai/privacy |
| Unterstützte Sprachen | 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';"
} | |