yunxin Web Screensharing file
Allows you to capture your desktop for use in video applications
ما هو yunxin Web Screensharing file؟
yunxin Web Screensharing file هو إضافة Chrome تم تطويرها بواسطة nrtc018، والميزة الرئيسية لها هي "Allows you to capture your desktop for use in video applications".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة yunxin Web Screensharing file
قم بتنزيل ملفات الامتداد yunxin Web Screensharing file بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
网易云信屏幕共享插件主要用于在Chrome浏览器里实现屏幕共享功能,在集成了云信WebrtcSDK的应用中,使用屏幕共享功能时,需要安装该插件。
معلومات أساسية عن التمديد
الاسم | yunxin Web Screensharing file |
ID | gapafbpmfemleaplicdhhcikajbogpkf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/yunxin-web-screensharing/gapafbpmfemleaplicdhhcikajbogpkf |
الوصف | Allows you to capture your desktop for use in video applications |
حجم الملف | 12.27 KB |
عدد التثبيتات | 103 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2018-09-18 |
تاريخ النشر | 2018-09-17 |
تقييم | 4.00/5 مجموع تقييمات 2 |
المطور | nrtc018 |
نوع الدفع | free |
اللغات المدعومة | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "yunxin Web Screensharing file", "description": "Allows you to capture your desktop for use in video applications", "version": "1.0.2", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "page_action": { "default_icon": "icon16.png", "default_popup": "popup.html", "default_title": "yunxin Web Screensharing file" }, "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/10.242.65.222\/*", "*:\/\/webnrtc.netease.im\/*", "*:\/\/apptest.netease.im\/*", "*:\/\/app.netease.im\/*", "*:\/\/app.yunxin.163.com\/*" ] }, "permissions": [ "desktopCapture", "declarativeContent" ] } |