hqmeetup screen sharing

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

Co je hqmeetup screen sharing?

hqmeetup screen sharing je rozšíření Chrome vyvinuté http://castrr.live, a jeho hlavní funkcí je „This is a screen sharing app to be used by hqmeetup web application for screen sharing purposes.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření hqmeetup screen sharing

Stáhněte si soubory rozšíření hqmeetup screen sharing ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název hqmeetup screen sharing hqmeetup screen sharing
ID apgmehfolpammmebikmcomgjpgfdfdea
Oficiální URL https://chrome.google.com/webstore/detail/hqmeetup-screen-sharing/apgmehfolpammmebikmcomgjpgfdfdea
Popis This is a screen sharing app to be used by hqmeetup web application for screen sharing purposes.
Velikost souboru 97.85 KB
Počet instalací 291
Aktuální Verze 2.0
Poslední Aktualizace 2018-11-30
Datum Vydání 2018-11-30
Vývojář http://castrr.live
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://hqmeetup.com
URL Stránky Nápovědy https://hqwebinar.com/dashboard/support/docs
URL Stránky Zásad Ochrany Soukromí https://hqwebinar.com/dashboard/support/docs/terms.html
Podporované Jazyky 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"
    ]
}