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
What is Phzio Screen Sharing?
Phzio Screen Sharing is a Chrome extension developed by https://app.phzio.com, and its main feature is "Phzio Screen Sharing allows you to share your desktop or a Chrome tab while in assessments and video conferencing from Phzio.com".
Extension Screenshots
Download Phzio Screen Sharing Extension CRX File
Download Phzio Screen Sharing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extend the capabilities of our video assessment tools to share content from your desktop while in a consultation with your clients.
Extension Basic Information
Name | Phzio Screen Sharing |
ID | ljllmlbpbkkbniokoeipfhdonmlnhkod |
Official URL | https://chromewebstore.google.com/detail/phzio-screen-sharing/ljllmlbpbkkbniokoeipfhdonmlnhkod |
Description | Phzio Screen Sharing allows you to share your desktop or a Chrome tab while in assessments and video conferencing from Phzio.com |
File Size | 6.24 KB |
Installation Count | 125 |
Current Version | 1.0 |
Last Updated | 2022-09-21 |
Publish Date | 2018-05-11 |
Developer | https://app.phzio.com |
[email protected] | |
Payment Type | free |
Extension Website | https://app.phzio.com |
Supported Languages | 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" ] } |