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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
} | |