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…
VOXBOX - Emails With Voice क्या है?
VOXBOX - Emails With Voice https://voxbox.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add a voice message to your Gmail emails. Instantly share VOXBOX voice recordings in your Gmail emails. Save Time - A more…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में VOXBOX - Emails With Voice एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | VOXBOX - Emails With Voice |
ID | ologgbjjagkhofeclcoobnhhlogecbjo |
आधिकारिक URL | https://chromewebstore.google.com/detail/voxbox-emails-with-voice/ologgbjjagkhofeclcoobnhhlogecbjo |
विवरण | Add a voice message to your Gmail emails. Instantly share VOXBOX voice recordings in your Gmail emails. Save Time - A more… |
फ़ाइल का आकार | 929 KB |
स्थापना संख्या | 36 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2021-04-26 |
प्रकाशन तिथि | 2021-04-25 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://voxbox.ai |
ईमेल | archie@pickledonion.ventures |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.voxbox.ai/ |
सहायता पृष्ठ URL | https://www.voxbox.ai/support |
गोपनीयता नीति पृष्ठ URL | https://www.voxbox.ai/privacy |
समर्थित भाषाएँ | 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';" } |