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