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开发的Chrome扩展程序,该扩展的主要功能是“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扩展crx文件
下载VOXBOX - Emails With Voice扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
电子邮箱 | [email protected] |
付费类型 | 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';" } |