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 là gì?
VOXBOX - Emails With Voice là một tiện ích mở rộng Chrome được phát triển bởi https://voxbox.ai, và tính năng chính của nó là "Add a voice message to your Gmail emails. Instantly share VOXBOX voice recordings in your Gmail emails. Save Time - A more…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng VOXBOX - Emails With Voice
Tải xuống các tệp mở rộng VOXBOX - Emails With Voice dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | VOXBOX - Emails With Voice |
ID | ologgbjjagkhofeclcoobnhhlogecbjo |
URL Chính Thức | https://chromewebstore.google.com/detail/voxbox-emails-with-voice/ologgbjjagkhofeclcoobnhhlogecbjo |
Mô tả | Add a voice message to your Gmail emails. Instantly share VOXBOX voice recordings in your Gmail emails. Save Time - A more… |
Kích Thước Tệp | 929 KB |
Số Lần Cài Đặt | 36 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2021-04-26 |
Ngày Phát Hành | 2021-04-25 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://voxbox.ai |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.voxbox.ai/ |
URL Trang Trợ Giúp | https://www.voxbox.ai/support |
URL Trang Chính Sách Bảo Mật | https://www.voxbox.ai/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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';" } |