Crowdcast Screensharing
This Chrome extension is developed for https://www.crowdcast.io/. It doesn't do anything except capture content of your screen.
Crowdcast Screensharing là gì?
Crowdcast Screensharing là một tiện ích mở rộng Chrome được phát triển bởi https://www.crowdcast.io, và tính năng chính của nó là "This Chrome extension is developed for https://www.crowdcast.io/. 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 Crowdcast Screensharing
Tải xuống các tệp mở rộng Crowdcast Screensharing 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 extension is used by Crowdcast https://www.crowdcast.io/ to capture the content of your screen when using the "Screensharing" feature of a Crowdcast event!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Crowdcast Screensharing |
ID | kgmadhplahebfoiijgloflhakfjlkbpb |
URL Chính Thức | https://chromewebstore.google.com/detail/crowdcast-screensharing/kgmadhplahebfoiijgloflhakfjlkbpb |
Mô tả | This Chrome extension is developed for https://www.crowdcast.io/. It doesn't do anything except capture content of your screen. |
Kích Thước Tệp | 16.53 KB |
Số Lần Cài Đặt | 3,046 |
Phiên Bản Hiện Tại | 2.1.0 |
Cập Nhật Lần Cuối | 2018-05-02 |
Ngày Phát Hành | 2018-05-02 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://www.crowdcast.io |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Crowdcast Screensharing", "author": "Crowdcast, Inc.", "version": "2.1.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This Chrome extension is developed for https:\/\/www.crowdcast.io\/. It doesn't do anything except capture content of your screen.", "homepage_url": "http:\/\/www.crowdcast.io\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.crowdcast.io\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |