The NSLS Webinar and Screen sharing Extension

This Chrome extension allows members of the National Society of Leadership and Success to access and lead webinars.

Was ist The NSLS Webinar and Screen sharing Extension?

The NSLS Webinar and Screen sharing Extension ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "This Chrome extension allows members of the National Society of Leadership and Success to access and lead webinars.".

Erweiterungsscreenshots

screenshot

The NSLS Webinar and Screen sharing Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie The NSLS Webinar and Screen sharing Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This Chrome extension allows members of the National Society of Leadership and Success to access and lead webinars.                    

Grundlegende Informationen zur Erweiterung

Name The NSLS Webinar and Screen sharing Extension The NSLS Webinar and Screen sharing Extension
ID ebgjnbfblimcbdpphdideihglkkokdie
Offizielle URL https://chromewebstore.google.com/detail/the-nsls-webinar-and-scre/ebgjnbfblimcbdpphdideihglkkokdie
Beschreibung This Chrome extension allows members of the National Society of Leadership and Success to access and lead webinars.
Dateigröße 74.99 KB
Installationsanzahl 29
Aktuelle Version 2.2
Letztes Update 2018-06-26
Veröffentlichungsdatum 2018-06-26
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Unknown
Zahlungsart free
Erweiterungswebsite https://www.societyleadership.org
Unterstützte Sprachen en-US
manifest.json
{
    "author": "Society Leadership",
    "background": {
        "persistent": false,
        "scripts": [
            "background-script.js"
        ]
    },
    "description": "This Chrome extension allows members of the National Society of Leadership and Success to access and lead webinars.",
    "externally_connectable": {
        "matches": [
            "https:\/\/*.societyleadership.org\/*",
            "https:\/\/*.nsls.org\/*",
            "https:\/\/*.nsls.localhost\/*"
        ]
    },
    "icons": {
        "128": "logo128.png",
        "16": "logo16.png",
        "48": "logo48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuwg9ao3h6qmup4UBQOnKAMMwddW6PzTWsH6Eb8TQXkCsRqKoecLZk0hT3uuKqJkT8KPrRcnuMn\/p4f1WQjFx9MpHB4iA1SM7BvrGIcY17kVOIv08TQidkqiJvpoTQNKN5u5gPO+danUiEHtBpLciPVubBIUFmjrBHae4cgquD9iecDwLIcNh0Ys4bBCGk9lRv\/cg\/ttmCfcjOZ6phe4sLgD67KjDldpooBke4gx\/pnpkMKjOAcjUIWgRWS8fYuf9wuw0asT3zLBuSAZ9Q2d0e\/tPYWEI5WySTIbRM4V3Ju8wSonP6V3GkxxiTupxahcTywDdNghm2quvNPnpNd5e5QIDAQAB",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "name": "The NSLS Webinar and Screen sharing Extension",
    "permissions": [
        "desktopCapture"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.2",
    "web_accessible_resources": [
        "icon.png"
    ]
}