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 هو إضافة Chrome تم تطويرها بواسطة 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 للإضافة VOXBOX - Emails With Voice
قم بتنزيل ملفات الامتداد VOXBOX - Emails With Voice بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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. معلومات أساسية عن التمديد
| الاسم | |
| 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 |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://www.voxbox.ai/ |
| عنوان صفحة المساعدة | https://www.voxbox.ai/support |
| عنوان صفحة سياسة الخصوصية | 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';"
} | |