ebox screen sharing
This Chrome extension is developed primary for WECYOU. It doesn't do anything except capture content of your screen.
ebox screen sharing là gì?
ebox screen sharing là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "This Chrome extension is developed primary for WECYOU. It doesn't do anything except capture content of your screen.".
Ả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 ebox screen sharing
Tải xuống các tệp mở rộng ebox screen sharing 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
ebox screen sharing
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ebox screen sharing |
ID | aakbafpihdhaaddmgblognchdoiciloj |
URL Chính Thức | https://chromewebstore.google.com/detail/ebox-screen-sharing/aakbafpihdhaaddmgblognchdoiciloj |
Mô tả | This Chrome extension is developed primary for WECYOU. It doesn't do anything except capture content of your screen. |
Kích Thước Tệp | 28.92 KB |
Số Lần Cài Đặt | 48 |
Phiên Bản Hiện Tại | 2.0 |
Cập Nhật Lần Cuối | 2019-11-20 |
Ngày Phát Hành | 2019-11-20 |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ebox screen sharing", "author": "Wecyou S.r.l.", "version": "2.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This Chrome extension is developed primary for WECYOU. It doesn't do anything except capture content of your screen.", "homepage_url": "http:\/\/www.wecyou.it\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "http:\/\/localhost:4200\/*", "https:\/\/ebox-web.azurewebsites.net\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |