Phzio Screen Sharing
Phzio Screen Sharing allows you to share your desktop or a Chrome tab while in assessments and video conferencing from Phzio.com
什么是Phzio Screen Sharing?
Phzio Screen Sharing是由https://app.phzio.com开发的Chrome扩展程序,该扩展的主要功能是“Phzio Screen Sharing allows you to share your desktop or a Chrome tab while in assessments and video conferencing from Phzio.com”。
扩展截图
下载Phzio Screen Sharing扩展crx文件
下载Phzio Screen Sharing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Extend the capabilities of our video assessment tools to share content from your desktop while in a consultation with your clients.
扩展基本信息
名称 | Phzio Screen Sharing |
ID | ljllmlbpbkkbniokoeipfhdonmlnhkod |
官方URL | https://chromewebstore.google.com/detail/phzio-screen-sharing/ljllmlbpbkkbniokoeipfhdonmlnhkod |
简介 | Phzio Screen Sharing allows you to share your desktop or a Chrome tab while in assessments and video conferencing from Phzio.com |
文件大小 | 6.24 KB |
安装次数 | 125 |
当前版本 | 1.0 |
更新时间 | 2022-09-21 |
上架时间 | 2018-05-11 |
开发者 | https://app.phzio.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://app.phzio.com |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Phzio Screen Sharing", "description": "Phzio Screen Sharing allows you to share your desktop or a Chrome tab while in assessments and video conferencing from Phzio.com", "version": "1.0", "background": { "scripts": [ "extension.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "homepage_url": "https:\/\/phzio.com", "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/*.phzio.com\/*" ] }, "permissions": [ "desktopCapture" ] } |