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
官方網址 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"
    ]
}