VoiceIt
Enables you to embed video and audio recordings in your emails.
VoiceItคืออะไร?
VoiceIt เป็นส่วนขยายของ Chrome ที่พัฒนาโดย VoiceIt Team และคุณลักษณะหลักของมันคือ "Enables you to embed video and audio recordings in your emails."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VoiceIt
ดาวน์โหลดไฟล์ส่วนขยาย VoiceIt ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
VoiceIt allows you to record and paste voice messages directly into Gmail as a one-click playback link. No attachments in the email, no downloads for the recipients. Your message can be played any time on any device. VoiceIt has not been designed to replace the text email but to support answering emails quickly when you have no time for time-consuming typing or when you need to be more expressive. VoiceIt expedites and streamlines business communication and makes your personal emails fun and live. Impress your clients, surprise your friends. Let people hear you! ..................... No signups, No account creation. Just add and start playing.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | VoiceIt |
ID | dbgbmaegfonfndncfgmmikdlijnhbneh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/voiceit/dbgbmaegfonfndncfgmmikdlijnhbneh |
คำอธิบาย | Enables you to embed video and audio recordings in your emails. |
ขนาดไฟล์ | 96.12 KB |
จำนวนการติดตั้ง | 43 |
เวอร์ชันปัจจุบัน | 0.1.9 |
อัปเดตครั้งล่าสุด | 2016-08-01 |
วันที่เผยแพร่ | 2016-08-01 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | VoiceIt Team |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.voiceit.to |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "VoiceIt", "description": "Enables you to embed video and audio recordings in your emails.", "version": "0.1.9", "permissions": [ "http:\/\/mail.google.com\/*", "http:\/\/inbox.google.com\/*", "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*" ], "content_scripts": [ { "js": [ "lib\/inboxsdk.js", "injected\/main.js" ], "matches": [ "http:\/\/mail.google.com\/*", "https:\/\/mail.google.com\/*" ], "run_at": "document_end" } ], "web_accessible_resources": [ "frame\/frame.html" ], "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" } } |