Phone.com Screen Sharing
The extension allows you to share your screen.
Phone.com Screen Sharing là gì?
Phone.com Screen Sharing là một tiện ích mở rộng Chrome được phát triển bởi https://video.phone.com, và tính năng chính của nó là "The extension allows you to share 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 Phone.com Screen Sharing
Tải xuống các tệp mở rộng Phone.com 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
Installing the extension is required so you can share your screen.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Phone.com Screen Sharing |
ID | blhhkfbffffbgablmhdchnmgcdejggon |
URL Chính Thức | https://chromewebstore.google.com/detail/phonecom-screen-sharing/blhhkfbffffbgablmhdchnmgcdejggon |
Mô tả | The extension allows you to share your screen. |
Kích Thước Tệp | 64.34 KB |
Số Lần Cài Đặt | 295 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2018-09-21 |
Ngày Phát Hành | 2018-09-21 |
Nhà Phát Triển | https://video.phone.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://video.phone.com/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "name": "Phone.com Screen Sharing", "author": "Phone.com Inc.", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2", "manifest_version": 2, "minimum_chrome_version": "34", "description": "The extension allows you to share your screen.", "homepage_url": "https:\/\/meet.phone.com", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "matches": [ "https:\/\/*.phone.com\/*" ] } ], "icons": { "16": "phone-logo16.png", "48": "phone-logo48.png", "128": "phone-logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |