Live Web Screensharing
Extension to allow screen sharing in Live Web Application.
Live Web Screensharing là gì?
Live Web Screensharing là một tiện ích mở rộng Chrome được phát triển bởi polyvnet, và tính năng chính của nó là "Extension to allow screen sharing in Live Web Application.".
Ả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 Live Web Screensharing
Tải xuống các tệp mở rộng Live Web 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
Extension to allow screen sharing in Live Web Application.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Live Web Screensharing |
ID | cbkjnhkfmpoicpeoompbhdnfldjhohmh |
URL Chính Thức | https://chromewebstore.google.com/detail/live-web-screensharing/cbkjnhkfmpoicpeoompbhdnfldjhohmh |
Mô tả | Extension to allow screen sharing in Live Web Application. |
Kích Thước Tệp | 16.23 KB |
Số Lần Cài Đặt | 84 |
Phiên Bản Hiện Tại | 0.0.2 |
Cập Nhật Lần Cuối | 2019-04-10 |
Ngày Phát Hành | 2019-04-09 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | polyvnet |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |