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

Qu'est-ce que Phzio Screen Sharing ?

Phzio Screen Sharing est une extension Chrome développée par https://app.phzio.com, et sa fonction principale est "Phzio Screen Sharing allows you to share your desktop or a Chrome tab while in assessments and video conferencing from Phzio.com".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Phzio Screen Sharing

Téléchargez les fichiers d'extension Phzio Screen Sharing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Phzio Screen Sharing Phzio Screen Sharing
ID ljllmlbpbkkbniokoeipfhdonmlnhkod
URL Officiel 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
Taille du Fichier 6.24 KB
Nombre d'Installations 125
Version Actuelle 1.0
Dernière Mise à Jour 2022-09-21
Date de Publication 2018-05-11
Développeur https://app.phzio.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://app.phzio.com
Langues Prises en Charge 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"
    ]
}