Glider Screen

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

Vad är Glider Screen?

Glider Screen är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "This chrome extension allows you to share full screen of your computer privately and securely.".

Tilläggsskärmbilder

screenshot

Ladda ner Glider Screen-förlängningens CRX-fil

Ladda ner Glider Screen-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Glider Screen Glider Screen
ID mcekgmccnieoopjfhjoekehkjkojjnfd
Officiell webbadress https://chromewebstore.google.com/detail/glider-screen/mcekgmccnieoopjfhjoekehkjkojjnfd
Beskrivning This chrome extension allows you to share full screen of your computer privately and securely.
Filstorlek 45.48 KB
Antal Installationer 60,375
Aktuell Version 2.0
Senast Uppdaterad 2019-11-25
Publiceringsdatum 2019-11-20
Betyg 1.23/5 Totalt 66 Betyg
Utvecklare Unknown
Betalningssätt free
Stödda Språk 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"
    ]
}