WeSchool Screen Sharing
A simple extension that allows you to share your desktop into meetings with WeSchool Meet.
WeSchool Screen Sharing là gì?
WeSchool Screen Sharing là một tiện ích mở rộng Chrome được phát triển bởi https://app.weschool.com, và tính năng chính của nó là "A simple extension that allows you to share your desktop into meetings with WeSchool Meet.".
Ả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 WeSchool Screen Sharing
Tải xuống các tệp mở rộng WeSchool 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | inemhnpdnjooccilpnijebmmajejgdho |
URL Chính Thức | https://chrome.google.com/webstore/detail/weschool-screen-sharing/inemhnpdnjooccilpnijebmmajejgdho |
Mô tả | A simple extension that allows you to share your desktop into meetings with WeSchool Meet. |
Kích Thước Tệp | 11.25 KB |
Số Lần Cài Đặt | 1,189 |
Phiên Bản Hiện Tại | 0.1.6.2 |
Cập Nhật Lần Cuối | 2019-02-14 |
Ngày Phát Hành | 2019-02-14 |
Đánh Giá | 4.00/5 Tổng số 23 Đánh Giá |
Nhà Phát Triển | https://app.weschool.com |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WeSchool Screen Sharing", "description": "A simple extension that allows you to share your desktop into meetings with WeSchool Meet.", "version": "0.1.6.2", "minimum_chrome_version": "34", "icons": { "16": "favicon-16x16.png", "48": "favicon-48x48.png", "128": "favicon-128x128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/meet.weschool.com\/*" ] } } |