VoiceBoxer
Easy event access and share your screen with VoiceBoxer.
ما هو VoiceBoxer؟
VoiceBoxer هو إضافة Chrome تم تطويرها بواسطة https://voiceboxer.com، والميزة الرئيسية لها هي "Easy event access and share your screen with VoiceBoxer.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة VoiceBoxer
قم بتنزيل ملفات الامتداد VoiceBoxer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
VoiceBoxer is a multilingual web platform for presentations and webinars that lets you reach an audience in any language. Are you delivering webinars or online presentations to a multilingual audience? Want to engage your global markets in their own language? Use VoiceBoxer. We help you speak to the world. VoiceBoxer has many uses – Webinars – Online Training – Stakeholder Updates – Virtual Meetings – Online Conferences We can show you how VoiceBoxer helps your webinar, web presentation, virtual meeting, or online conference reach your global, multilingual audience. Visit us at http://voiceboxer.com
معلومات أساسية عن التمديد
الاسم | VoiceBoxer |
ID | iadackpapgmlgnccolmghgmfknehappk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/voiceboxer/iadackpapgmlgnccolmghgmfknehappk |
الوصف | Easy event access and share your screen with VoiceBoxer. |
حجم الملف | 595 KB |
عدد التثبيتات | 406 |
النسخة الحالية | 2.0.0 |
آخر تحديث | 2016-06-23 |
تاريخ النشر | 2016-06-23 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | https://voiceboxer.com |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "VoiceBoxer", "description": "Easy event access and share your screen with VoiceBoxer.", "version": "2.0.0", "manifest_version": 2, "icons": { "16": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "http:\/\/localhost:8080\/*", "https:\/\/*.voiceboxer.com\/*" ] } } |