Vidthere Screen Capturing

Vidthere Screen Capturing

Co to jest Vidthere Screen Capturing?

Vidthere Screen Capturing to rozszerzenie Chrome opracowane przez https://vidthere.com, a jego główną funkcją jest „Vidthere Screen Capturing”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Vidthere Screen Capturing

Pobierz pliki rozszerzeń Vidthere Screen Capturing 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 is a screen sharing app for the Vidthere video meetings platform.                    

Podstawowe informacje o rozszerzeniu

Nazwa Vidthere Screen Capturing Vidthere Screen Capturing
ID gkfhieomjkcmeaaimpojkcomcbgjggep
Oficjalny URL https://chromewebstore.google.com/detail/vidthere-screen-capturing/gkfhieomjkcmeaaimpojkcomcbgjggep
Opis Vidthere Screen Capturing
Rozmiar pliku 46.9 KB
Liczba instalacji 471
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2021-02-04
Data Publikacji 2020-06-30
Ocena 3.89/5 Łącznie 9 Oceny
Deweloper https://vidthere.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://vidthere.com
Adres URL Strony Pomocy https://support.saasuma.com
Adres URL Strony Polityki Prywatności https://vidthere.com/privacy
Obsługiwane Języki en-US
manifest.json
{
    "author": "Vidthere",
    "background": {
        "persistent": false,
        "scripts": [
            "background-script.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content-script.js"
            ],
            "matches": [
                "*:\/\/vidthere.com\/*",
                "*:\/\/*.vidthere.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Vidthere Screen Capturing",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "name": "Vidthere Screen Capturing",
    "permissions": [
        "desktopCapture"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1",
    "web_accessible_resources": [
        "icon16.png",
        "icon48.png",
        "icon128.png"
    ]
}