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…
Apa itu VOXBOX - Emails With Voice?
VOXBOX - Emails With Voice adalah ekstensi Chrome yang dikembangkan oleh https://voxbox.ai, dan fitur utamanya adalah "Add a voice message to your Gmail emails. Instantly share VOXBOX voice recordings in your Gmail emails. Save Time - A more…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi VOXBOX - Emails With Voice
Unduh file ekstensi VOXBOX - Emails With Voice dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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. Informasi Dasar Ekstensi
| Nama | |
| ID | ologgbjjagkhofeclcoobnhhlogecbjo |
| URL Resmi | https://chromewebstore.google.com/detail/voxbox-emails-with-voice/ologgbjjagkhofeclcoobnhhlogecbjo |
| Deskripsi | Add a voice message to your Gmail emails. Instantly share VOXBOX voice recordings in your Gmail emails. Save Time - A more… |
| Ukuran File | 929 KB |
| Jumlah Instalasi | 36 |
| Versi Saat Ini | 1.0.0 |
| Terakhir Diperbarui | 2021-04-26 |
| Tanggal Publikasi | 2021-04-25 |
| Penilaian | 5.00/5 Total 1 Penilaian |
| Pengembang | https://voxbox.ai |
| [email protected] | |
| Tipe Pembayaran | free |
| Situs Ekstensi | https://www.voxbox.ai/ |
| URL Halaman Bantuan | https://www.voxbox.ai/support |
| URL Halaman Kebijakan Privasi | https://www.voxbox.ai/privacy |
| Bahasa yang Didukung | 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';"
} | |