Screen Share

Screen Share allows you to share your device screen or a particular application with remote audiences during live sessions.

Screen Shareคืออะไร?

Screen Share เป็นส่วนขยายของ Chrome ที่พัฒนาโดย authorGEN และคุณลักษณะหลักของมันคือ "Screen Share allows you to share your device screen or a particular application with remote audiences during live sessions."

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

screenshot
screenshot
screenshot

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

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

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

                        Share the screen of your browser window using Screen Share when teaching, training or collaborating online via webRTC Virtual Classroom.  Add this extension to your Chrome browser just once and share the contents of your screen or a particular application with your audience seamlessly.                    

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

ชื่อ Screen Share Screen Share
ID kihbmdbdahlekggklbfbgmnkifcmfcip
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/screen-share/kihbmdbdahlekggklbfbgmnkifcmfcip
คำอธิบาย Screen Share allows you to share your device screen or a particular application with remote audiences during live sessions.
ขนาดไฟล์ 13.21 KB
จำนวนการติดตั้ง 58,170
เวอร์ชันปัจจุบัน 0.0.0.8
อัปเดตครั้งล่าสุด 2017-11-07
วันที่เผยแพร่ 2017-11-07
คะแนน 2.47/5 รวมทั้งหมด 43 คะแนน
ผู้พัฒนา authorGEN
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://www.authorgen.com/Privacy.aspx
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screen Share",
    "author": "WizIQ",
    "version": "0.0.0.8",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Screen Share allows you to share your device screen or a particular application with remote audiences during live sessions.",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}