Linkello Screen Sharing

This extension allows you to share your screen

Linkello Screen Sharingคืออะไร?

Linkello Screen Sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://linkello.com และคุณลักษณะหลักของมันคือ "This extension allows you to share your screen"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Linkello Screen Sharing

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

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

                        Install this plugin to enable the screen sharing feature on linkello.com. Don't forget to reload the conference page after having installed this add-on !                    

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

ชื่อ Linkello Screen Sharing Linkello Screen Sharing
ID eeopgbooadfjifpfalhifnogjblphecd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/linkello-screen-sharing/eeopgbooadfjifpfalhifnogjblphecd
คำอธิบาย This extension allows you to share your screen
ขนาดไฟล์ 12.11 KB
จำนวนการติดตั้ง 243
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2019-01-09
วันที่เผยแพร่ 2019-01-09
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://linkello.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Linkello Screen Sharing",
    "description": "This extension allows you to share your screen",
    "version": "1.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "icons": {
        "128": "logo_icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "bridge.js"
            ],
            "matches": [
                "*:\/\/*.linkello.com\/*"
            ]
        }
    ],
    "permissions": [
        "desktopCapture"
    ]
}