Glider Screen

This chrome extension allows you to share full screen of your computer privately and securely.

Co to jest Glider Screen?

Glider Screen to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „This chrome extension allows you to share full screen of your computer privately and securely.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Glider Screen

Pobierz pliki rozszerzeń Glider Screen 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 allows you to share full screen of your computer privately and securely. It can also track the browser tab activities of the user.                    

Podstawowe informacje o rozszerzeniu

Nazwa Glider Screen Glider Screen
ID mcekgmccnieoopjfhjoekehkjkojjnfd
Oficjalny URL https://chromewebstore.google.com/detail/glider-screen/mcekgmccnieoopjfhjoekehkjkojjnfd
Opis This chrome extension allows you to share full screen of your computer privately and securely.
Rozmiar pliku 45.48 KB
Liczba instalacji 60,375
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2019-11-25
Data Publikacji 2019-11-20
Ocena 1.23/5 Łącznie 66 Oceny
Deweloper Unknown
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Glider Screen",
    "author": "GLIDER",
    "version": "2.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This chrome extension allows you to share full screen of your computer privately and securely.",
    "homepage_url": "https:\/\/glider.ai\/",
    "background": {
        "scripts": [
            "background-script.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:3000\/*",
            "http:\/\/local.glider.ai:3000\/*",
            "https:\/\/*.snapwiz.net:8443\/*",
            "https:\/\/*.snapwiz.net\/*",
            "https:\/\/*.glider.ai\/*",
            "https:\/\/*.gliderapp.com\/*",
            "https:\/\/*.snapwiz.com\/*",
            "https:\/\/*.edulastic.com\/*",
            "https:\/\/*.edulastic.net\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture",
        "",
        "tabs",
        "http:\/\/localhost:3000\/*",
        "https:\/\/*.snapwiz.com\/*",
        "https:\/\/*.glider.ai\/*"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}