hqmeetup screen sharing

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

Vad är hqmeetup screen sharing?

hqmeetup screen sharing är en Chrome-tillägg utvecklad av http://castrr.live, och dess huvudfunktion är "This is a screen sharing app to be used by hqmeetup web application for screen sharing purposes.".

Tilläggsskärmbilder

screenshot

Ladda ner hqmeetup screen sharing-förlängningens CRX-fil

Ladda ner hqmeetup screen sharing-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn hqmeetup screen sharing hqmeetup screen sharing
ID apgmehfolpammmebikmcomgjpgfdfdea
Officiell webbadress https://chrome.google.com/webstore/detail/hqmeetup-screen-sharing/apgmehfolpammmebikmcomgjpgfdfdea
Beskrivning This is a screen sharing app to be used by hqmeetup web application for screen sharing purposes.
Filstorlek 97.85 KB
Antal Installationer 291
Aktuell Version 2.0
Senast Uppdaterad 2018-11-30
Publiceringsdatum 2018-11-30
Utvecklare http://castrr.live
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://hqmeetup.com
Hjälpsida URL https://hqwebinar.com/dashboard/support/docs
URL till Sekretesspolicy Sidan https://hqwebinar.com/dashboard/support/docs/terms.html
Stödda Språk 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"
    ]
}