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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
        ]
    }
}