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 là gì?

Lab Collaborate Extension là một tiện ích mở rộng Chrome được phát triển bởi gammaaccessgooglewebstoreconsole, và tính năng chính của nó là "The Horizon Collaborate Guest client share extension to help the guest users in sharing desktop with the room attendees".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Lab Collaborate Extension

Tải xuống các tệp mở rộng Lab Collaborate Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Lab Collaborate Extension Lab Collaborate Extension
ID inhhokalciifgapamlfoeeppobaaiboi
URL Chính Thức https://chromewebstore.google.com/detail/lab-collaborate-extension/inhhokalciifgapamlfoeeppobaaiboi
Mô tả The Horizon Collaborate Guest client share extension to help the guest users in sharing desktop with the room attendees
Kích Thước Tệp 22.08 KB
Số Lần Cài Đặt 50
Phiên Bản Hiện Tại 2.0.1.2
Cập Nhật Lần Cuối 2021-07-29
Ngày Phát Hành 2019-01-15
Nhà Phát Triển gammaaccessgooglewebstoreconsole
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.gamma.co.uk/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}