Dolby Voice 1.2
Attend Dolby Voice conferences using the Google Chrome browser
Dolby Voice 1.2คืออะไร?
Dolby Voice 1.2 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dolby Laboratories และคุณลักษณะหลักของมันคือ "Attend Dolby Voice conferences using the Google Chrome browser"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dolby Voice 1.2
ดาวน์โหลดไฟล์ส่วนขยาย Dolby Voice 1.2 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Dolby Voice® transforms audio conferencing and improves productivity by giving conference calls the natural sound and feel of an in-person meeting. The solution delivers the high-quality audio people expect from Dolby, using innovative technology that lets participants more easily understand what is being said, determine who is speaking, and participate as if they were all in the same room.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Dolby Voice 1.2 |
ID | kaimfhiiegblglllpkcpoegelgefonef |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/dolby-voice-12/kaimfhiiegblglllpkcpoegelgefonef |
คำอธิบาย | Attend Dolby Voice conferences using the Google Chrome browser |
ขนาดไฟล์ | 15.57 KB |
จำนวนการติดตั้ง | 70,169 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2016-03-06 |
วันที่เผยแพร่ | 2016-03-06 |
คะแนน | 3.63/5 รวมทั้งหมด 46 คะแนน |
ผู้พัฒนา | Dolby Laboratories |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "dolbyvoice_background.js" ] }, "content_scripts": [ { "js": [ "dolbyvoice_page.js" ], "matches": [ "file:\/\/\/*", "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "Attend Dolby Voice conferences using the Google Chrome browser", "icons": { "16": "DolbyVoice16.png", "32": "DolbyVoice32.png", "48": "DolbyVoice48.png", "128": "DolbyVoice128.png" }, "manifest_version": 2, "name": "Dolby Voice 1.2", "short_name": "Dolby Voice", "permissions": [ "nativeMessaging" ], "version": "1.2", "web_accessible_resources": [ "dolbyvoice.extension" ] } |