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

Cos'è Phzio Screen Sharing?

Phzio Screen Sharing è un'estensione di Chrome sviluppata da https://app.phzio.com, e la sua funzione principale è "Phzio Screen Sharing allows you to share your desktop or a Chrome tab while in assessments and video conferencing from Phzio.com".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Phzio Screen Sharing

Scarica i file di estensione Phzio Screen Sharing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Extend the capabilities of our video assessment tools to share content from your desktop while in a consultation with your clients.                    

Informazioni di Base sull'Estensione

Nome Phzio Screen Sharing Phzio Screen Sharing
ID ljllmlbpbkkbniokoeipfhdonmlnhkod
URL Ufficiale https://chromewebstore.google.com/detail/phzio-screen-sharing/ljllmlbpbkkbniokoeipfhdonmlnhkod
Descrizione Phzio Screen Sharing allows you to share your desktop or a Chrome tab while in assessments and video conferencing from Phzio.com
Dimensione del File 6.24 KB
Conteggio Installazioni 125
Versione Corrente 1.0
Ultimo Aggiornamento 2022-09-21
Data di Pubblicazione 2018-05-11
Sviluppatore https://app.phzio.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://app.phzio.com
Lingue Supportate 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"
    ]
}