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
Vad är Phzio Screen Sharing?
Phzio Screen Sharing är en Chrome-tillägg utvecklad av https://app.phzio.com, och dess huvudfunktion är "Phzio Screen Sharing allows you to share your desktop or a Chrome tab while in assessments and video conferencing from Phzio.com".
Tilläggsskärmbilder
Ladda ner Phzio Screen Sharing-förlängningens CRX-fil
Ladda ner Phzio Screen Sharing-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Extend the capabilities of our video assessment tools to share content from your desktop while in a consultation with your clients. Grundläggande Information om Tillägg
| Namn | |
| ID | ljllmlbpbkkbniokoeipfhdonmlnhkod |
| Officiell webbadress | https://chromewebstore.google.com/detail/phzio-screen-sharing/ljllmlbpbkkbniokoeipfhdonmlnhkod |
| Beskrivning | Phzio Screen Sharing allows you to share your desktop or a Chrome tab while in assessments and video conferencing from Phzio.com |
| Filstorlek | 6.24 KB |
| Antal Installationer | 125 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2022-09-21 |
| Publiceringsdatum | 2018-05-11 |
| Utvecklare | https://app.phzio.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://app.phzio.com |
| Stödda Språk | 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"
]
} | |