Gatherhub Screen Capture

Help users to do screen casting on GatherHub.

Co to jest Gatherhub Screen Capture?

Gatherhub Screen Capture to rozszerzenie Chrome opracowane przez https://www.gatherhub.xyz, a jego główną funkcją jest „Help users to do screen casting on GatherHub.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Gatherhub Screen Capture

Pobierz pliki rozszerzeń Gatherhub Screen Capture 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 extension could help to do screen capture automatically when you use the screen casting feature on www.gatherhub.com.                    

Podstawowe informacje o rozszerzeniu

Nazwa Gatherhub Screen Capture Gatherhub Screen Capture
ID bdnieppldnkoaajefibbnpmemgfdkben
Oficjalny URL https://chromewebstore.google.com/detail/gatherhub-screen-capture/bdnieppldnkoaajefibbnpmemgfdkben
Opis Help users to do screen casting on GatherHub.
Rozmiar pliku 11.96 KB
Liczba instalacji 39
Aktualna Wersja 0.1.2
Ostatnia Aktualizacja 2015-12-17
Data Publikacji 2015-12-16
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://www.gatherhub.xyz
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gatherhub Screen Capture",
    "description": "Help users to do screen casting on GatherHub.",
    "version": "0.1.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "browser_action": {
        "default_icon": "ghub-16.png"
    },
    "icons": {
        "16": "ghub-16.png",
        "48": "ghub-48.png",
        "128": "ghub-128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/www.gatherhub.xyz\/*",
                "https:\/\/www.gatherhub.com\/*",
                "https:\/\/192.168.10.10\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/www.gatherhub.xyz\/*",
            "https:\/\/www.gatherhub.com\/*",
            "https:\/\/192.168.10.10\/*"
        ]
    }
}