WebinarJam Screen Sharing

This Chrome extension is developed for https://www.webinarjam.com. It doesn't do anything except capture content of your screen.

WebinarJam Screen Sharingคืออะไร?

WebinarJam Screen Sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dev.webinarjam.com และคุณลักษณะหลักของมันคือ "This Chrome extension is developed for https://www.webinarjam.com. It doesn't do anything except capture content of your screen."

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

screenshot

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

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

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

                        Allows WebinarJam presenters to screen share their desktop to their viewers                    

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

ชื่อ WebinarJam Screen Sharing WebinarJam Screen Sharing
ID fjcagflhkmbkecgddkjblhkadbplhfan
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/webinarjam-screen-sharing/fjcagflhkmbkecgddkjblhkadbplhfan
คำอธิบาย This Chrome extension is developed for https://www.webinarjam.com. It doesn't do anything except capture content of your screen.
ขนาดไฟล์ 28.84 KB
จำนวนการติดตั้ง 1,104
เวอร์ชันปัจจุบัน 2.1
อัปเดตครั้งล่าสุด 2016-05-13
วันที่เผยแพร่ 2016-05-13
ผู้พัฒนา https://dev.webinarjam.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://dev.webinarjam.com
URL หน้าช่วยเหลือ https://dev.webinarjam.com
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WebinarJam Screen Sharing",
    "author": "Genesis Digital, LLC",
    "version": "2.1",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension is developed for https:\/\/www.webinarjam.com. It doesn't do anything except capture content of your screen.",
    "homepage_url": "https:\/\/www.webinarjam.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.webinarjam.com\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}