hqmeetup screen sharing

This is a screen sharing app to be used by hqmeetup web application for screen sharing purposes.

ما هو hqmeetup screen sharing؟

hqmeetup screen sharing هو إضافة Chrome تم تطويرها بواسطة http://castrr.live، والميزة الرئيسية لها هي "This is a screen sharing app to be used by hqmeetup web application for screen sharing purposes.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة hqmeetup screen sharing

قم بتنزيل ملفات الامتداد hqmeetup screen sharing بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This chrome extension is used for screen sharing in the hqmeetup online meeting platform.                    

معلومات أساسية عن التمديد

الاسم hqmeetup screen sharing hqmeetup screen sharing
ID apgmehfolpammmebikmcomgjpgfdfdea
عنوان URL الرسمي https://chrome.google.com/webstore/detail/hqmeetup-screen-sharing/apgmehfolpammmebikmcomgjpgfdfdea
الوصف This is a screen sharing app to be used by hqmeetup web application for screen sharing purposes.
حجم الملف 97.85 KB
عدد التثبيتات 291
النسخة الحالية 2.0
آخر تحديث 2018-11-30
تاريخ النشر 2018-11-30
المطور http://castrr.live
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://hqmeetup.com
عنوان صفحة المساعدة https://hqwebinar.com/dashboard/support/docs
عنوان صفحة سياسة الخصوصية https://hqwebinar.com/dashboard/support/docs/terms.html
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "hqmeetup screen sharing",
    "author": "hqsuite",
    "version": "2.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This is a screen sharing app to be used by hqmeetup web application for screen sharing purposes.",
    "homepage_url": "https:\/\/hqmeetup.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.hqmeetup.com\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}