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…
Vad är VOXBOX - Emails With Voice?
VOXBOX - Emails With Voice är en Chrome-tillägg utvecklad av https://voxbox.ai, och dess huvudfunktion är "Add a voice message to your Gmail emails. Instantly share VOXBOX voice recordings in your Gmail emails. Save Time - A more…".
Tilläggsskärmbilder
Ladda ner VOXBOX - Emails With Voice-förlängningens CRX-fil
Ladda ner VOXBOX - Emails With Voice-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | VOXBOX - Emails With Voice |
ID | ologgbjjagkhofeclcoobnhhlogecbjo |
Officiell webbadress | https://chromewebstore.google.com/detail/voxbox-emails-with-voice/ologgbjjagkhofeclcoobnhhlogecbjo |
Beskrivning | Add a voice message to your Gmail emails. Instantly share VOXBOX voice recordings in your Gmail emails. Save Time - A more… |
Filstorlek | 929 KB |
Antal Installationer | 36 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2021-04-26 |
Publiceringsdatum | 2021-04-25 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | https://voxbox.ai |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.voxbox.ai/ |
Hjälpsida URL | https://www.voxbox.ai/support |
URL till Sekretesspolicy Sidan | https://www.voxbox.ai/privacy |
Stödda Språk | 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';" } |