RemoteEye Screensharing
Chrome extension to enable Screen sharing on RemoteEye.
RemoteEye Screensharing là gì?
RemoteEye Screensharing là một tiện ích mở rộng Chrome được phát triển bởi https://app.remoteeye.com, và tính năng chính của nó là "Chrome extension to enable Screen sharing on RemoteEye.".
Ả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 RemoteEye Screensharing
Tải xuống các tệp mở rộng RemoteEye 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
Chrome extension to enable Screen sharing on RemoteEye.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hfceddghiillmnhcbpenkhofgpkdonbl |
URL Chính Thức | https://chromewebstore.google.com/detail/remoteeye-screensharing/hfceddghiillmnhcbpenkhofgpkdonbl |
Mô tả | Chrome extension to enable Screen sharing on RemoteEye. |
Kích Thước Tệp | 34.16 KB |
Số Lần Cài Đặt | 81 |
Phiên Bản Hiện Tại | 3.0 |
Cập Nhật Lần Cuối | 2017-09-14 |
Ngày Phát Hành | 2017-09-14 |
Nhà Phát Triển | https://app.remoteeye.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.remoteeye.com |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RemoteEye Screensharing", "author": "RemoteEye", "version": "3.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Chrome extension to enable Screen sharing on RemoteEye.", "homepage_url": "http:\/\/www.remoteeye.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.app.remoteeye.com\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |