Voxeet Native Extension
Experience True Voice surround sound quality and powerful collaboration tools that let your business move at the speed of sound
ما هو Voxeet Native Extension؟
Voxeet Native Extension هو إضافة Chrome تم تطويرها بواسطة https://www.voxeet.com، والميزة الرئيسية لها هي "Experience True Voice surround sound quality and powerful collaboration tools that let your business move at the speed of sound".
تحميل ملف CRX للإضافة Voxeet Native Extension
قم بتنزيل ملفات الامتداد Voxeet Native Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | Voxeet Native Extension |
ID | hfjabegcniilgpdphodghnfmkgomjfkn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/voxeet-native-extension/hfjabegcniilgpdphodghnfmkgomjfkn |
الوصف | Experience True Voice surround sound quality and powerful collaboration tools that let your business move at the speed of sound |
حجم الملف | 16.23 KB |
عدد التثبيتات | 21 |
النسخة الحالية | 0.6 |
آخر تحديث | 2018-09-04 |
تاريخ النشر | 2018-09-04 |
المطور | https://www.voxeet.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | http://www.voxeet.com/eula |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Voxeet Native Extension", "version": "0.6", "description": "Experience True Voice surround sound quality and powerful collaboration tools that let your business move at the speed of sound", "permissions": [ "nativeMessaging", "activeTab", "tabs" ], "icons": { "64": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.voxeet.com\/*", "*:\/\/*.voxeet.io\/*" ], "js": [ "content-scripts.js" ], "run_at": "document_start" } ] } |