Physitrack Screen Sharing

This Chrome extension is developed for http://physitrack.com/ video calls. It just captures content of your screen.

Co to jest Physitrack Screen Sharing?

Physitrack Screen Sharing to rozszerzenie Chrome opracowane przez Physitrack, a jego główną funkcją jest „This Chrome extension is developed for http://physitrack.com/ video calls. It just captures content of your screen.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Physitrack Screen Sharing

Pobierz pliki rozszerzeń Physitrack 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

                        This Chrome extension is required if you want to share your screen with your client when you call your client through Physitrack.                    

Podstawowe informacje o rozszerzeniu

Nazwa Physitrack Screen Sharing Physitrack Screen Sharing
ID hijolocdaklmkmfhecijlcgjnpnijadk
Oficjalny URL https://chromewebstore.google.com/detail/physitrack-screen-sharing/hijolocdaklmkmfhecijlcgjnpnijadk
Opis This Chrome extension is developed for http://physitrack.com/ video calls. It just captures content of your screen.
Rozmiar pliku 19.51 KB
Liczba instalacji 84
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2018-12-20
Data Publikacji 2018-12-20
Deweloper Physitrack
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.physitrack.com/
Adres URL Strony Pomocy https://support.physitrack.com/article/761-screen-sharing
Adres URL Strony Polityki Prywatności https://www.physitrack.com/privacy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Physitrack Screen Sharing",
    "author": "Physitrack LTD",
    "version": "2.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension is developed for http:\/\/physitrack.com\/ video calls. It just captures content of your screen.",
    "homepage_url": "http:\/\/physitrack.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.physitrack.com\/*",
            "https:\/\/*.physiapp.com\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}