云际会议屏幕共享扩展

提供云际会议的屏幕共享功能

云际会议屏幕共享扩展คืออะไร?

云际会议屏幕共享扩展 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wvulcxy และคุณลักษณะหลักของมันคือ "提供云际会议的屏幕共享功能"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 云际会议屏幕共享扩展

ดาวน์โหลดไฟล์ส่วนขยาย 云际会议屏幕共享扩展 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        用于webrtc.onecc.me会议中共享屏幕的扩展程序

Used for screen-sharing in a video conference on webrtc.onecc.me
This extension allows you to share your screen with other participants in CloudMeeting                    

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

ชื่อ 云际会议屏幕共享扩展 云际会议屏幕共享扩展
ID lcaondbjecddhdgolbnplhcbcpncogke
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/%E4%BA%91%E9%99%85%E4%BC%9A%E8%AE%AE%E5%B1%8F%E5%B9%95%E5%85%B1%E4%BA%AB%E6%89%A9%E5%B1%95/lcaondbjecddhdgolbnplhcbcpncogke
คำอธิบาย 提供云际会议的屏幕共享功能
ขนาดไฟล์ 42.94 KB
จำนวนการติดตั้ง 89
เวอร์ชันปัจจุบัน 1.1.3
อัปเดตครั้งล่าสุด 2018-09-18
วันที่เผยแพร่ 2018-09-17
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา wvulcxy
ประเภทการชำระเงิน free
ภาษาที่รองรับ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u4e91\u9645\u4f1a\u8bae\u5c4f\u5e55\u5171\u4eab\u6269\u5c55",
    "description": "\u63d0\u4f9b\u4e91\u9645\u4f1a\u8bae\u7684\u5c4f\u5e55\u5171\u4eab\u529f\u80fd",
    "version": "1.1.3",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "64": "images\/64.png",
        "128": "images\/128.png"
    },
    "permissions": [
        "desktopCapture",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "run_at": "document_end",
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "options_page": "options.html"
}