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…
Hvad er VOXBOX - Emails With Voice?
VOXBOX - Emails With Voice er en Chrome-udvidelse udviklet af https://voxbox.ai, og dens hovedfunktion er "Add a voice message to your Gmail emails. Instantly share VOXBOX voice recordings in your Gmail emails. Save Time - A more…".
Udvidelsesskærmbilleder
Download VOXBOX - Emails With Voice-udvidelses-CRX-fil
Download VOXBOX - Emails With 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
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ologgbjjagkhofeclcoobnhhlogecbjo |
| Officiel URL | https://chromewebstore.google.com/detail/voxbox-emails-with-voice/ologgbjjagkhofeclcoobnhhlogecbjo |
| Beskrivelse | Add a voice message to your Gmail emails. Instantly share VOXBOX voice recordings in your Gmail emails. Save Time - A more… |
| Filstørrelse | 929 KB |
| Antal Installationer | 36 |
| Nuværende Version | 1.0.0 |
| Senest Opdateret | 2021-04-26 |
| Udgivelsesdato | 2021-04-25 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | https://voxbox.ai |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://www.voxbox.ai/ |
| Hjælpeside-URL | https://www.voxbox.ai/support |
| URL til Fortrolighedspolitik Side | https://www.voxbox.ai/privacy |
| Understøttede Sprog | 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';"
} | |