Eureka Video Web Conference - Screen Sharing
Enable screen sharing on your web conference offered by eureka.video
Eureka Video Web Conference - Screen Sharingคืออะไร?
Eureka Video Web Conference - Screen Sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย engineering.mnf และคุณลักษณะหลักของมันคือ "Enable screen sharing on your web conference offered by eureka.video"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Eureka Video Web Conference - Screen Sharing
ดาวน์โหลดไฟล์ส่วนขยาย Eureka Video Web Conference - Screen Sharing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
                        Allow sharing of your application window, entire screen or chrome tab.
Offered by: eureka.video                     ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ |   |  
| ID | pcaofgjmogphmifadphfdifomgdflmkb | 
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/eureka-video-web-conferen/pcaofgjmogphmifadphfdifomgdflmkb | 
| คำอธิบาย | Enable screen sharing on your web conference offered by eureka.video | 
| ขนาดไฟล์ | 3.44 KB | 
| จำนวนการติดตั้ง | 35 | 
| เวอร์ชันปัจจุบัน | 1.0.2 | 
| อัปเดตครั้งล่าสุด | 2019-04-30 | 
| วันที่เผยแพร่ | 2019-04-29 | 
| ผู้พัฒนา | engineering.mnf | 
| ประเภทการชำระเงิน | free | 
| ภาษาที่รองรับ | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Eureka Video Web Conference - Screen Sharing",
    "description": "Enable screen sharing on your web conference offered by eureka.video",
    "version": "1.0.2",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/web-uat.bcme.global\/*",
            "https:\/\/dmrix91mi0km1.cloudfront.net\/*",
            "https:\/\/eureka.video\/*",
            "https:\/\/ozlink.video\/*",
            "https:\/\/express.video\/*"
        ]
    },
    "permissions": [
        "desktopCapture"
    ]
}  |  |