hqmeetup screen sharing

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

Cos'è hqmeetup screen sharing?

hqmeetup screen sharing è un'estensione di Chrome sviluppata da http://castrr.live, e la sua funzione principale è "This is a screen sharing app to be used by hqmeetup web application for screen sharing purposes.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione hqmeetup screen sharing

Scarica i file di estensione hqmeetup screen sharing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome hqmeetup screen sharing hqmeetup screen sharing
ID apgmehfolpammmebikmcomgjpgfdfdea
URL Ufficiale https://chrome.google.com/webstore/detail/hqmeetup-screen-sharing/apgmehfolpammmebikmcomgjpgfdfdea
Descrizione This is a screen sharing app to be used by hqmeetup web application for screen sharing purposes.
Dimensione del File 97.85 KB
Conteggio Installazioni 291
Versione Corrente 2.0
Ultimo Aggiornamento 2018-11-30
Data di Pubblicazione 2018-11-30
Sviluppatore http://castrr.live
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://hqmeetup.com
URL della Pagina di Aiuto https://hqwebinar.com/dashboard/support/docs
URL della Pagina della Politica sulla Privacy https://hqwebinar.com/dashboard/support/docs/terms.html
Lingue Supportate 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"
    ]
}