Canvas SimpleShare
Desktop Screen Sharing Client For Canvas CRS class devices.
Canvas SimpleShare là gì?
Canvas SimpleShare là một tiện ích mở rộng Chrome được phát triển bởi Jupiter Systems, và tính năng chính của nó là "Desktop Screen Sharing Client For Canvas CRS class devices.".
Ả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 Canvas SimpleShare
Tải xuống các tệp mở rộng Canvas SimpleShare 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 | Canvas SimpleShare |
ID | bagghogdobjiomkdaaaengkcebcpcljj |
URL Chính Thức | https://chromewebstore.google.com/detail/canvas-simpleshare/bagghogdobjiomkdaaaengkcebcpcljj |
Mô tả | Desktop Screen Sharing Client For Canvas CRS class devices. |
Kích Thước Tệp | 24.73 KB |
Số Lần Cài Đặt | 65 |
Phiên Bản Hiện Tại | 2.0 |
Cập Nhật Lần Cuối | 2016-08-13 |
Ngày Phát Hành | 2016-08-12 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Jupiter Systems |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.jupiter.com/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "Chad Lucas", "name": "Canvas SimpleShare", "short_name": "Canvas SimpleShare", "description": "Desktop Screen Sharing Client For Canvas CRS class devices.", "version": "2.0", "icons": { "128": "images\/CanvasSimpleShare128.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*\/crs", "https:\/\/*\/Crs", "https:\/\/*\/crs\/", "https:\/\/*\/Crs\/", "https:\/\/*\/SimpleShare", "https:\/\/*\/simpleshare", "https:\/\/*\/simpleShare", "https:\/\/*\/Simpleshare", "https:\/\/*\/SimpleShare\/", "https:\/\/*\/simpleshare\/", "https:\/\/*\/simpleShare\/", "https:\/\/*\/Simpleshare\/", "https:\/\/*\/mimic\/*", "https:\/\/*\/mimic?*", "https:\/\/*\/Mimic\/*", "https:\/\/*\/mimic", "https:\/\/*\/Mimic", "https:\/\/*\/mimic\/Index", "https:\/\/*\/mimic\/Index\/", "https:\/\/*\/Mimic\/Index", "https:\/\/*\/Mimic\/Index\/" ], "js": [ "content.js" ], "run_at": "document_end" } ], "permissions": [ "desktopCapture", "tabs", "webRequest", "https:\/\/*\/crs", "https:\/\/*\/Crs", "https:\/\/*\/crs\/", "https:\/\/*\/Crs\/", "https:\/\/*\/SimpleShare", "https:\/\/*\/simpleshare", "https:\/\/*\/simpleShare", "https:\/\/*\/Simpleshare", "https:\/\/*\/SimpleShare\/", "https:\/\/*\/simpleshare\/", "https:\/\/*\/simpleShare\/", "https:\/\/*\/Simpleshare\/", "https:\/\/*\/mimic\/*", "https:\/\/*\/mimic?*", "https:\/\/*\/Mimic\/*", "https:\/\/*\/mimic", "https:\/\/*\/Mimic", "https:\/\/*\/mimic\/Index", "https:\/\/*\/mimic\/Index\/", "https:\/\/*\/Mimic\/Index", "https:\/\/*\/Mimic\/Index\/" ] } |