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คืออะไร?

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

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Horizon Collaborate Guest Client

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

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

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

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

ชื่อ Horizon Collaborate Guest Client Horizon Collaborate Guest Client
ID cenpoaamfdlkmfhagmklphodcadlejnh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/horizon-collaborate-guest/cenpoaamfdlkmfhagmklphodcadlejnh
คำอธิบาย The Horizon Collaborate Guest Client sharing extension to help the guest users in sharing desktop with the room attendees
ขนาดไฟล์ 28.49 KB
จำนวนการติดตั้ง 931
เวอร์ชันปัจจุบัน 2.0.1.2
อัปเดตครั้งล่าสุด 2021-07-31
วันที่เผยแพร่ 2019-01-16
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา 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": "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"
        ]
    }
}