Glider Screen

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

Glider Screen là gì?

Glider Screen là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "This chrome extension allows you to share full screen of your computer privately and securely.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Glider Screen

Tải xuống các tệp mở rộng Glider Screen dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Glider Screen Glider Screen
ID mcekgmccnieoopjfhjoekehkjkojjnfd
URL Chính Thức https://chromewebstore.google.com/detail/glider-screen/mcekgmccnieoopjfhjoekehkjkojjnfd
Mô tả This chrome extension allows you to share full screen of your computer privately and securely.
Kích Thước Tệp 45.48 KB
Số Lần Cài Đặt 60,375
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2019-11-25
Ngày Phát Hành 2019-11-20
Đánh Giá 1.23/5 Tổng số 66 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}