Redback Screensharing
The Redback Screensharing extension allows you to share your screen when you're using the Redback app
Redback Screensharing là gì?
Redback Screensharing là một tiện ích mở rộng Chrome được phát triển bởi vishnu.n, và tính năng chính của nó là "The Redback Screensharing extension allows you to share your screen when you're using the Redback app".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Redback Screensharing
Tải xuống các tệp mở rộng Redback Screensharing dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | igipgpajcndaenenjoiaohkhapianjmh |
URL Chính Thức | https://chrome.google.com/webstore/detail/redback-screensharing/igipgpajcndaenenjoiaohkhapianjmh |
Mô tả | The Redback Screensharing extension allows you to share your screen when you're using the Redback app |
Kích Thước Tệp | 8.13 KB |
Số Lần Cài Đặt | 113 |
Phiên Bản Hiện Tại | 3.7.2 |
Cập Nhật Lần Cuối | 2019-09-16 |
Ngày Phát Hành | 2019-09-16 |
Đánh Giá | 4.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | vishnu.n |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |