Glider Screen

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

Co je Glider Screen?

Glider Screen je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „This chrome extension allows you to share full screen of your computer privately and securely.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Glider Screen

Stáhněte si soubory rozšíření Glider Screen ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Glider Screen Glider Screen
ID mcekgmccnieoopjfhjoekehkjkojjnfd
Oficiální URL https://chromewebstore.google.com/detail/glider-screen/mcekgmccnieoopjfhjoekehkjkojjnfd
Popis This chrome extension allows you to share full screen of your computer privately and securely.
Velikost souboru 45.48 KB
Počet instalací 60,375
Aktuální Verze 2.0
Poslední Aktualizace 2019-11-25
Datum Vydání 2019-11-20
Hodnocení 1.23/5 Celkem 66 Hodnocení
Vývojář Unknown
Typ Platby free
Podporované Jazyky 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"
    ]
}