Redback Screensharing
The Redback Screensharing extension allows you to share your screen when you're using the Redback app
ما هو Redback Screensharing؟
Redback Screensharing هو إضافة Chrome تم تطويرها بواسطة vishnu.n، والميزة الرئيسية لها هي "The Redback Screensharing extension allows you to share your screen when you're using the Redback app".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Redback Screensharing
قم بتنزيل ملفات الامتداد Redback Screensharing بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The Redback Screensharing extension allows you to share your screen when you're in a meeting using the Redback web app. Offers the ability to share an entire screen or choose an application
معلومات أساسية عن التمديد
الاسم | |
ID | igipgpajcndaenenjoiaohkhapianjmh |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/redback-screensharing/igipgpajcndaenenjoiaohkhapianjmh |
الوصف | The Redback Screensharing extension allows you to share your screen when you're using the Redback app |
حجم الملف | 8.13 KB |
عدد التثبيتات | 113 |
النسخة الحالية | 3.7.2 |
آخر تحديث | 2019-09-16 |
تاريخ النشر | 2019-09-16 |
تقييم | 4.50/5 مجموع تقييمات 2 |
المطور | vishnu.n |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Redback Screensharing", "author": "EnfinTechnologies", "version": "3.7.2", "manifest_version": 2, "minimum_chrome_version": "34", "description": "The Redback Screensharing extension allows you to share your screen when you're using the Redback app", "homepage_url": "https:\/\/redbackconferencing.com.au\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "http:\/\/localhost:4200\/*", "http:\/\/teleweb.rdbk.com.au\/web\/*", "https:\/\/teleweb.rdbk.com.au\/web\/*", "https:\/\/stagingteleweb.rdbk.com.au\/web\/*", "https:\/\/stagingwebconnect.rdbk.com.au\/web\/*", "https:\/\/webconnect.rdbk.com.au\/web\/*" ] } ], "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |