Screen Sharing
Screensharing utility
Screen Sharingคืออะไร?
Screen Sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://netsapiens.com และคุณลักษณะหลักของมันคือ "Screensharing utility"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Screen Sharing
ดาวน์โหลดไฟล์ส่วนขยาย Screen Sharing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
                        A simple extension to allow screen sharing in UC communications applications for supported service providers.                     ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ |   |  
| ID | gdidcoecoldmadgciedbopokefoeamhe | 
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/screen-sharing/gdidcoecoldmadgciedbopokefoeamhe | 
| คำอธิบาย | Screensharing utility | 
| ขนาดไฟล์ | 59.67 KB | 
| จำนวนการติดตั้ง | 60 | 
| เวอร์ชันปัจจุบัน | 1.1.0 | 
| อัปเดตครั้งล่าสุด | 2019-02-11 | 
| วันที่เผยแพร่ | 2019-02-10 | 
| คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน | 
| ผู้พัฒนา | https://netsapiens.com | 
| ประเภทการชำระเงิน | free | 
| เว็บไซต์ส่วนขยาย | http://netsapiens.com | 
| URL หน้าช่วยเหลือ | http://help.netsapiens.com | 
| ภาษาที่รองรับ | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screen Sharing",
    "description": "Screensharing utility",
    "version": "1.1.0",
    "manifest_version": 2,
    "minimum_chrome_version": "52",
    "icons": {
        "64": "logo64.png",
        "128": "logo128.png",
        "256": "logo256.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.netsapiens.com\/*",
            "https:\/\/*.cloudsfu.com\/*"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*.netsapiens.com\/*",
                "https:\/\/*.cloudsfu.com\/*"
            ]
        }
    ]
}  |  |