Physitrack Screen Sharing
This Chrome extension is developed for http://physitrack.com/ video calls. It just captures content of your screen.
什么是Physitrack Screen Sharing?
Physitrack Screen Sharing是由Physitrack开发的Chrome扩展程序,该扩展的主要功能是“This Chrome extension is developed for http://physitrack.com/ video calls. It just captures content of your screen.”。
扩展截图
下载Physitrack Screen Sharing扩展crx文件
下载Physitrack Screen Sharing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This Chrome extension is required if you want to share your screen with your client when you call your client through Physitrack.
扩展基本信息
名称 | Physitrack Screen Sharing |
ID | hijolocdaklmkmfhecijlcgjnpnijadk |
官方URL | https://chromewebstore.google.com/detail/physitrack-screen-sharing/hijolocdaklmkmfhecijlcgjnpnijadk |
简介 | This Chrome extension is developed for http://physitrack.com/ video calls. It just captures content of your screen. |
文件大小 | 19.51 KB |
安装次数 | 84 |
当前版本 | 2.0 |
更新时间 | 2018-12-20 |
上架时间 | 2018-12-20 |
开发者 | Physitrack |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.physitrack.com/ |
帮助页面URL | https://support.physitrack.com/article/761-screen-sharing |
隐私政策页面URL | https://www.physitrack.com/privacy |
支持的语言 | 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" ] } |