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

Co to jest Phzio Screen Sharing?

Phzio Screen Sharing to rozszerzenie Chrome opracowane przez https://app.phzio.com, a jego główną funkcją jest „Phzio Screen Sharing allows you to share your desktop or a Chrome tab while in assessments and video conferencing from Phzio.com”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Phzio Screen Sharing

Pobierz pliki rozszerzeń Phzio Screen Sharing w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Phzio Screen Sharing Phzio Screen Sharing
ID ljllmlbpbkkbniokoeipfhdonmlnhkod
Oficjalny URL https://chromewebstore.google.com/detail/phzio-screen-sharing/ljllmlbpbkkbniokoeipfhdonmlnhkod
Opis Phzio Screen Sharing allows you to share your desktop or a Chrome tab while in assessments and video conferencing from Phzio.com
Rozmiar pliku 6.24 KB
Liczba instalacji 125
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2022-09-21
Data Publikacji 2018-05-11
Deweloper https://app.phzio.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://app.phzio.com
Obsługiwane Języki 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"
    ]
}