Glider Screen

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

Что такое Glider Screen?

Glider Screen - это расширение Chrome, разработанное Unknown, и его основная функция - "This chrome extension allows you to share full screen of your computer privately and securely.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Glider Screen

Скачайте файлы расширений Glider Screen в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Glider Screen Glider Screen
ID mcekgmccnieoopjfhjoekehkjkojjnfd
Официальный URL https://chromewebstore.google.com/detail/glider-screen/mcekgmccnieoopjfhjoekehkjkojjnfd
Описание This chrome extension allows you to share full screen of your computer privately and securely.
Размер файла 45.48 KB
Количество установок 60,375
Текущая Версия 2.0
Последнее Обновление 2019-11-25
Дата публикации 2019-11-20
Рейтинг 1.23/5 Всего 66 оценок
Разработчик Unknown
Тип оплаты free
Поддерживаемые языки 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"
    ]
}