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 |
官方網址 | 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" ] } |