JetWebinar Screen Sharing

This extension enables JetWebinar broadcasters to share their screen

JetWebinar Screen Sharingคืออะไร?

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

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

screenshot

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

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

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

                        JetWebinar is a real-time live and simulated live webinar hosting platform. This is the Screen Sharing plugin, which allows webinar hosts to share their desktops in real-time in Chrome.                    

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

ชื่อ JetWebinar Screen Sharing JetWebinar Screen Sharing
ID elpoagpgipenhjnfgljbnacmgeihhhdm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/jetwebinar-screen-sharing/elpoagpgipenhjnfgljbnacmgeihhhdm
คำอธิบาย This extension enables JetWebinar broadcasters to share their screen
ขนาดไฟล์ 23.19 KB
จำนวนการติดตั้ง 2,839
เวอร์ชันปัจจุบัน 2019.9.16
อัปเดตครั้งล่าสุด 2019-09-16
วันที่เผยแพร่ 2019-09-16
คะแนน 4.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://jetwebinar.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ de,en,en-GB,en-US,fr,nl,es,es-419,hu,ru,uk,iw,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "2019.9.16",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "jw-16.png",
        "32": "jw-32.png",
        "48": "jw-48.png",
        "128": "jw-128.png"
    },
    "author": "JetWebinar, Inc.",
    "background": {
        "scripts": [
            "screenSharing.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/phenixp2p.com\/*",
            "*:\/\/*.phenixp2p.com\/*",
            "*:\/\/phenixrts.com\/*",
            "*:\/\/*.phenixrts.com\/*",
            "*:\/\/*.jetwebinar.com\/*",
            "*:\/\/*.onlinecoachinggroup.com\/*"
        ]
    },
    "homepage_url": "https:\/\/www.jetwebinar.com\/",
    "minimum_chrome_version": "34",
    "permissions": [
        "desktopCapture"
    ],
    "short_name": "__MSG_extShortName__"
}