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
Wat is Phzio Screen Sharing?
Phzio Screen Sharing is een Chrome-extensie ontwikkeld door https://app.phzio.com, en de belangrijkste functie is "Phzio Screen Sharing allows you to share your desktop or a Chrome tab while in assessments and video conferencing from Phzio.com".
Extensie Screenshots
Download het CRX-bestand van de extensie Phzio Screen Sharing
Download Phzio Screen Sharing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Extend the capabilities of our video assessment tools to share content from your desktop while in a consultation with your clients. Basisinformatie over de Extensie
| Naam | |
| ID | ljllmlbpbkkbniokoeipfhdonmlnhkod |
| Officiële URL | https://chromewebstore.google.com/detail/phzio-screen-sharing/ljllmlbpbkkbniokoeipfhdonmlnhkod |
| Beschrijving | Phzio Screen Sharing allows you to share your desktop or a Chrome tab while in assessments and video conferencing from Phzio.com |
| Bestandsgrootte | 6.24 KB |
| Aantal Installaties | 125 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2022-09-21 |
| Publicatiedatum | 2018-05-11 |
| Ontwikkelaar | https://app.phzio.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://app.phzio.com |
| Ondersteunde Talen | 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"
]
} | |