Horizon Collaborate Guest Client

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

Horizon Collaborate Guest Client là gì?

Horizon Collaborate Guest Client 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 sharing 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 Horizon Collaborate Guest Client

Tải xuống các tệp mở rộng Horizon Collaborate Guest Client 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

                        This extension enables a Horizon Collaborate guest to make their own screen shared to the other attendees in the meeting.                    

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

Tên Horizon Collaborate Guest Client Horizon Collaborate Guest Client
ID cenpoaamfdlkmfhagmklphodcadlejnh
URL Chính Thức https://chromewebstore.google.com/detail/horizon-collaborate-guest/cenpoaamfdlkmfhagmklphodcadlejnh
Mô tả The Horizon Collaborate Guest Client sharing extension to help the guest users in sharing desktop with the room attendees
Kích Thước Tệp 28.49 KB
Số Lần Cài Đặt 931
Phiên Bản Hiện Tại 2.0.1.2
Cập Nhật Lần Cuối 2021-07-31
Ngày Phát Hành 2019-01-16
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
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": "Horizon Collaborate Guest Client",
    "version": "2.0.1.2",
    "description": "The Horizon Collaborate Guest Client sharing 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"
        ]
    }
}