Sling Desktop Share

This extension allows the slingapp.net website to share your screen.

Sling Desktop Shareคืออะไร?

Sling Desktop Share เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://slingapp.net และคุณลักษณะหลักของมันคือ "This extension allows the slingapp.net website to share your screen."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sling Desktop Share

ดาวน์โหลดไฟล์ส่วนขยาย Sling Desktop Share ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension activates the Chrome desktop share screen picker and relays a chosen screen to any webpage that calls it.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Sling Desktop Share Sling Desktop Share
ID pecpbndlndfegjibmbaplkjdkhdgmnei
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/sling-desktop-share/pecpbndlndfegjibmbaplkjdkhdgmnei
คำอธิบาย This extension allows the slingapp.net website to share your screen.
ขนาดไฟล์ 4.78 KB
จำนวนการติดตั้ง 242
เวอร์ชันปัจจุบัน 1.1.2
อัปเดตครั้งล่าสุด 2017-06-06
วันที่เผยแพร่ 2017-06-06
คะแนน 3.67/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา http://slingapp.net
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://slingapp.net
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sling Desktop Share",
    "description": "This extension allows the slingapp.net website to share your screen.",
    "version": "1.1.2",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "sling64.png"
    },
    "permissions": [
        "activeTab",
        "desktopCapture",
        "tabs"
    ],
    "externally_connectible": {
        "matches": [
            "*:\/\/slingapp.net\/*",
            "*:\/\/*.slingapp.net\/*"
        ]
    }
}