Linkello Screen Sharing
This extension allows you to share your screen
Linkello Screen Sharing là gì?
Linkello Screen Sharing là một tiện ích mở rộng Chrome được phát triển bởi https://linkello.com, và tính năng chính của nó là "This extension allows you to share 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 Linkello Screen Sharing
Tải xuống các tệp mở rộng Linkello 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
Install this plugin to enable the screen sharing feature on linkello.com. Don't forget to reload the conference page after having installed this add-on !
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Linkello Screen Sharing |
ID | eeopgbooadfjifpfalhifnogjblphecd |
URL Chính Thức | https://chromewebstore.google.com/detail/linkello-screen-sharing/eeopgbooadfjifpfalhifnogjblphecd |
Mô tả | This extension allows you to share your screen |
Kích Thước Tệp | 12.11 KB |
Số Lần Cài Đặt | 243 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2019-01-09 |
Ngày Phát Hành | 2019-01-09 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://linkello.com |
[email protected] | |
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": "Linkello Screen Sharing", "description": "This extension allows you to share your screen", "version": "1.0", "manifest_version": 2, "minimum_chrome_version": "34", "icons": { "128": "logo_icon_128.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "bridge.js" ], "matches": [ "*:\/\/*.linkello.com\/*" ] } ], "permissions": [ "desktopCapture" ] } |