Abacus Learnining Lab Screen Sharing
This extension allows you to share your screen on Abacus Learning Lab website.
Abacus Learnining Lab Screen Sharing là gì?
Abacus Learnining Lab Screen Sharing là một tiện ích mở rộng Chrome được phát triển bởi https://www.abacusmathslearning.com, và tính năng chính của nó là "This extension allows you to share your screen on Abacus Learning Lab website.".
Ả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 Abacus Learnining Lab Screen Sharing
Tải xuống các tệp mở rộng Abacus Learnining Lab 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
This screen share extension is used only for the video class link in Abacus Learning Lab. To share your screen in the video link, you will need to install this extension to your Chrome browser.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Abacus Learnining Lab Screen Sharing |
ID | gphoobijaphjgacbpndbennmoglkfobm |
URL Chính Thức | https://chromewebstore.google.com/detail/abacus-learnining-lab-scr/gphoobijaphjgacbpndbennmoglkfobm |
Mô tả | This extension allows you to share your screen on Abacus Learning Lab website. |
Kích Thước Tệp | 19.86 KB |
Số Lần Cài Đặt | 53 |
Phiên Bản Hiện Tại | 1.4 |
Cập Nhật Lần Cuối | 2015-08-28 |
Ngày Phát Hành | 2015-08-28 |
Nhà Phát Triển | https://www.abacusmathslearning.com |
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": "Abacus Learnining Lab Screen Sharing", "author": "Abacus Learning Lab", "version": "1.4", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This extension allows you to share your screen on Abacus Learning Lab website.", "homepage_url": "http:\/\/www.abacusmathslearning.com", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "matches": [ "*:\/\/*.abacusmathslearning.com\/*", "*:\/\/*.abacuslearninglab.com\/*", "https:\/\/*.abacusmathslearning.s3.amazonaws.com\/*" ] } ], "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "logo128.png" ] } |