Pronto Screen Sharing
Use this Pronto extension to share your screen in the Pronto Communications web client found at https://trypronto.com.
Pronto Screen Sharing là gì?
Pronto Screen Sharing là một tiện ích mở rộng Chrome được phát triển bởi Pronto, và tính năng chính của nó là "Use this Pronto extension to share your screen in the Pronto Communications web client found at https://trypronto.com.".
Ả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 Pronto Screen Sharing
Tải xuống các tệp mở rộng Pronto 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 extension will allow users to share their screen in Pronto during live streaming. A user may choose to broadcast either live video or share their screen. This extension specifically handles the functionality behind prompting a user for which screen they'd like to share.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Pronto Screen Sharing |
ID | ngjdmmdgiehhjidefanipbeoeobdjkkj |
URL Chính Thức | https://chromewebstore.google.com/detail/pronto-screen-sharing/ngjdmmdgiehhjidefanipbeoeobdjkkj |
Mô tả | Use this Pronto extension to share your screen in the Pronto Communications web client found at https://trypronto.com. |
Kích Thước Tệp | 19.73 KB |
Số Lần Cài Đặt | 111 |
Phiên Bản Hiện Tại | 2.2 |
Cập Nhật Lần Cuối | 2018-09-13 |
Ngày Phát Hành | 2018-09-13 |
Nhà Phát Triển | Pronto |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://trypronto.com |
URL Trang Chính Sách Bảo Mật | https://www.trypronto.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pronto Screen Sharing", "author": "Hit Labs, Inc.", "version": "2.2", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Use this Pronto extension to share your screen in the Pronto Communications web client found at https:\/\/trypronto.com.", "homepage_url": "https:\/\/trypronto.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.trypronto.com\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |