Lab Collaborate Extension

The Horizon Collaborate Guest client share extension to help the guest users in sharing desktop with the room attendees

Lab Collaborate Extensionคืออะไร?

Lab Collaborate Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gammaaccessgooglewebstoreconsole และคุณลักษณะหลักของมันคือ "The Horizon Collaborate Guest client share extension to help the guest users in sharing desktop with the room attendees"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lab Collaborate Extension

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

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

                        The Lab Guest Client extension enables you to participate in a  web, audio                    

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

ชื่อ Lab Collaborate Extension Lab Collaborate Extension
ID inhhokalciifgapamlfoeeppobaaiboi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/lab-collaborate-extension/inhhokalciifgapamlfoeeppobaaiboi
คำอธิบาย The Horizon Collaborate Guest client share extension to help the guest users in sharing desktop with the room attendees
ขนาดไฟล์ 22.08 KB
จำนวนการติดตั้ง 50
เวอร์ชันปัจจุบัน 2.0.1.2
อัปเดตครั้งล่าสุด 2021-07-29
วันที่เผยแพร่ 2019-01-15
ผู้พัฒนา gammaaccessgooglewebstoreconsole
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.gamma.co.uk/privacy-policy
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lab Collaborate Extension",
    "version": "2.0.1.2",
    "description": "The Horizon Collaborate Guest client share extension to help the guest users in sharing desktop with the room attendees",
    "manifest_version": 2,
    "page_action": [],
    "permissions": [
        "desktopCapture"
    ],
    "icons": {
        "16": "images\/Horizon16.png",
        "48": "images\/Horizon48.png",
        "128": "images\/Horizon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_scriptV2.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "content_script.js"
    ],
    "background": {
        "scripts": [
            "GuestClientShare.js"
        ]
    }
}