Physitrack Screen Sharing
This Chrome extension is developed for http://physitrack.com/ video calls. It just captures content of your screen.
Physitrack Screen Sharing là gì?
Physitrack Screen Sharing là một tiện ích mở rộng Chrome được phát triển bởi Physitrack, và tính năng chính của nó là "This Chrome extension is developed for http://physitrack.com/ video calls. It just captures 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 Physitrack Screen Sharing
Tải xuống các tệp mở rộng Physitrack 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 Chrome extension is required if you want to share your screen with your client when you call your client through Physitrack.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Physitrack Screen Sharing |
ID | hijolocdaklmkmfhecijlcgjnpnijadk |
URL Chính Thức | https://chromewebstore.google.com/detail/physitrack-screen-sharing/hijolocdaklmkmfhecijlcgjnpnijadk |
Mô tả | This Chrome extension is developed for http://physitrack.com/ video calls. It just captures content of your screen. |
Kích Thước Tệp | 19.51 KB |
Số Lần Cài Đặt | 84 |
Phiên Bản Hiện Tại | 2.0 |
Cập Nhật Lần Cuối | 2018-12-20 |
Ngày Phát Hành | 2018-12-20 |
Nhà Phát Triển | Physitrack |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.physitrack.com/ |
URL Trang Trợ Giúp | https://support.physitrack.com/article/761-screen-sharing |
URL Trang Chính Sách Bảo Mật | https://www.physitrack.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Physitrack Screen Sharing", "author": "Physitrack LTD", "version": "2.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This Chrome extension is developed for http:\/\/physitrack.com\/ video calls. It just captures content of your screen.", "homepage_url": "http:\/\/physitrack.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.physitrack.com\/*", "https:\/\/*.physiapp.com\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |