Switchvox Screen Sharing for Switchboard
Enables screen-sharing for chrome in the switchboard
ما هو Switchvox Screen Sharing for Switchboard؟
Switchvox Screen Sharing for Switchboard هو إضافة Chrome تم تطويرها بواسطة Digium, Inc.، والميزة الرئيسية لها هي "Enables screen-sharing for chrome in the switchboard".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Switchvox Screen Sharing for Switchboard
قم بتنزيل ملفات الامتداد Switchvox Screen Sharing for Switchboard بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension is for Switchvox users, and makes it possible to share your desktop computer screen in the Switchboard.
معلومات أساسية عن التمديد
الاسم | Switchvox Screen Sharing for Switchboard |
ID | odnmjffmhmkbebhofkmeeejdbcofiejc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/switchvox-screen-sharing/odnmjffmhmkbebhofkmeeejdbcofiejc |
الوصف | Enables screen-sharing for chrome in the switchboard |
حجم الملف | 4.03 KB |
عدد التثبيتات | 884 |
النسخة الحالية | 0.0.2 |
آخر تحديث | 2018-10-24 |
تاريخ النشر | 2018-10-24 |
تقييم | 1.00/5 مجموع تقييمات 1 |
المطور | Digium, Inc. |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Switchvox Screen Sharing for Switchboard", "description": "Enables screen-sharing for chrome in the switchboard", "version": "0.0.2", "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "desktopCapture", "https:\/\/*\/*", "http:\/\/*\/*" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "content.js" ] } ] } |