Glider Screen

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

O que é Glider Screen?

Glider Screen é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "This chrome extension allows you to share full screen of your computer privately and securely.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Glider Screen

Baixe arquivos de extensão Glider Screen no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Glider Screen Glider Screen
ID mcekgmccnieoopjfhjoekehkjkojjnfd
URL Oficial https://chromewebstore.google.com/detail/glider-screen/mcekgmccnieoopjfhjoekehkjkojjnfd
Descrição This chrome extension allows you to share full screen of your computer privately and securely.
Tamanho do Arquivo 45.48 KB
Contagem de Instalações 60,375
Versão Atual 2.0
Última Atualização 2019-11-25
Data de Publicação 2019-11-20
Classificação 1.23/5 Total de 66 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}