Glider Screen

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

Cos'è Glider Screen?

Glider Screen è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "This chrome extension allows you to share full screen of your computer privately and securely.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Glider Screen

Scarica i file di estensione Glider Screen in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Glider Screen Glider Screen
ID mcekgmccnieoopjfhjoekehkjkojjnfd
URL Ufficiale https://chromewebstore.google.com/detail/glider-screen/mcekgmccnieoopjfhjoekehkjkojjnfd
Descrizione This chrome extension allows you to share full screen of your computer privately and securely.
Dimensione del File 45.48 KB
Conteggio Installazioni 60,375
Versione Corrente 2.0
Ultimo Aggiornamento 2019-11-25
Data di Pubblicazione 2019-11-20
Valutazione 1.23/5 Totale 66 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}