InstaVC Desktop Sharing Extension
Extension to allow desktop sharing in InstaVC WebRTC applications.
InstaVC Desktop Sharing Extension là gì?
InstaVC Desktop Sharing Extension là một tiện ích mở rộng Chrome được phát triển bởi https://conference.instavc.com, và tính năng chính của nó là "Extension to allow desktop sharing in InstaVC WebRTC applications.".
Ả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 InstaVC Desktop Sharing Extension
Tải xuống các tệp mở rộng InstaVC Desktop Sharing Extension 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
InstaVC Screen Share Plugin
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | InstaVC Desktop Sharing Extension |
ID | jckdbnkecmmpemaghimijhehobdeplmd |
URL Chính Thức | https://chromewebstore.google.com/detail/instavc-desktop-sharing-e/jckdbnkecmmpemaghimijhehobdeplmd |
Mô tả | Extension to allow desktop sharing in InstaVC WebRTC applications. |
Kích Thước Tệp | 15.53 KB |
Số Lần Cài Đặt | 567 |
Phiên Bản Hiện Tại | 3.3 |
Cập Nhật Lần Cuối | 2019-05-23 |
Ngày Phát Hành | 2019-05-22 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://conference.instavc.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "manifest_version": 2, "minimum_chrome_version": "49", "name": "InstaVC Desktop Sharing Extension", "permissions": [ "desktopCapture" ], "short_name": "Desktop sharing for InstaVC WebRTC", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.3", "background": { "persistent": true, "scripts": [ "script.js" ] }, "description": "Extension to allow desktop sharing in InstaVC WebRTC applications.", "externally_connectable": { "matches": [ "*:\/\/*.instavc.com\/*", "*:\/\/test.instavc.com\/*", "*:\/\/203.196.151.139\/*", "*:\/\/*.wificlasses.com\/*", "*:\/\/*.careclix.com\/*", "*:\/\/*.robotec.com\/*", "*:\/\/*.tutorsweb.com\/*", "*:\/\/*.mpmindia.com\/*", "*:\/\/*.thehindu.co.in\/*", "*:\/\/*.nrilegalservices.com\/*", "*:\/\/*.kgisl.com\/*", "*:\/\/*.irancell.ir\/*", "*:\/\/*.cholainsurance.com\/*", "*:\/\/*.pardisco.ir\/*", "*:\/\/*.nwsc.co.ug\/*", "*:\/\/*.grtjewels.com\/*", "*:\/\/*.ckclive.com\/*", "*:\/\/*.dnsalias.com\/*", "*:\/\/*.ipindia.gov.in\/*" ] }, "icons": { "128": "128.png", "16": "16.png", "48": "48.png" }, "browser_action": { "default_icon": "16.png" } } |