Glider Screen

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

Glider Screenとは何ですか?

Glider ScreenはUnknownによって開発されたChromeの拡張機能で、その主な機能は「This chrome extension allows you to share full screen of your computer privately and securely.」です。

拡張機能のスクリーンショット

screenshot

Glider Screen拡張機能のCRXファイルをダウンロード

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"
    ]
}