Brochesia Screen Sharing
This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.
Brochesia Screen Sharing là gì?
Brochesia Screen Sharing là một tiện ích mở rộng Chrome được phát triển bởi https://www.brochesia.com, và tính năng chính của nó là "This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.".
Ả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 Brochesia Screen Sharing
Tải xuống các tệp mở rộng Brochesia 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 Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | epmclfpemadhbkipichmjbmahbmolljb |
URL Chính Thức | https://chromewebstore.google.com/detail/brochesia-screen-sharing/epmclfpemadhbkipichmjbmahbmolljb |
Mô tả | This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call. |
Kích Thước Tệp | 5.45 KB |
Số Lần Cài Đặt | 20 |
Phiên Bản Hiện Tại | 2 |
Cập Nhật Lần Cuối | 2019-04-12 |
Ngày Phát Hành | 2019-04-12 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://www.brochesia.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.brochesia.com/privacy_policy.html |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Brochesia Screen Sharing", "author": "Brochesia", "version": "2", "manifest_version": 2, "minimum_chrome_version": "65", "description": "This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.", "homepage_url": "https:\/\/www.brochesia.cloud\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/*.brochesia.cloud\/*", "https:\/\/localhost:8443\/*", "http:\/\/localhost:4000\/*", "http:\/\/192.168.1.151:4000\/*", "http:\/\/192.168.0.251:4000\/*", "http:\/\/172.255.101.250:4000\/*" ] } ], "icons": { "16": "icon.png", "22": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "desktopCapture", "activeTab" ], "web_accessible_resources": [ "icon.png" ] } |