Live Web Screensharing
Extension to allow screen sharing in Live Web Application.
ما هو Live Web Screensharing؟
Live Web Screensharing هو إضافة Chrome تم تطويرها بواسطة polyvnet، والميزة الرئيسية لها هي "Extension to allow screen sharing in Live Web Application.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Live Web Screensharing
قم بتنزيل ملفات الامتداد Live Web Screensharing بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Extension to allow screen sharing in Live Web Application.
معلومات أساسية عن التمديد
الاسم | Live Web Screensharing |
ID | cbkjnhkfmpoicpeoompbhdnfldjhohmh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/live-web-screensharing/cbkjnhkfmpoicpeoompbhdnfldjhohmh |
الوصف | Extension to allow screen sharing in Live Web Application. |
حجم الملف | 16.23 KB |
عدد التثبيتات | 84 |
النسخة الحالية | 0.0.2 |
آخر تحديث | 2019-04-10 |
تاريخ النشر | 2019-04-09 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | polyvnet |
نوع الدفع | free |
اللغات المدعومة | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "34", "name": "Live Web Screensharing", "permissions": [ "desktopCapture" ], "short_name": "Screen sharing for Live", "version": "0.0.2", "author": "Polyv LM", "background": { "persistent": true, "scripts": [ "script.js" ] }, "description": "Extension to allow screen sharing in Live Web Application.", "externally_connectable": { "matches": [ "*:\/\/localhost:*\/*", "*:\/\/live.polyv.net:*\/*", "*:\/\/new.polyv.net:*\/*", "*:\/\/gs.agora.io\/*", "*:\/\/webdemo.agora.io\/*", "*:\/\/webdemo.agorabeckon.com\/*" ] }, "icons": { "128": "128w.png", "16": "16w.png", "48": "48w.png" }, "browser_action": { "default_icon": "16w.png" } } |