ULaval Adobe Connect HTML5

Get redirected to the HTML5 version of Adobe Connect when you open a live or recorded course.

Was ist ULaval Adobe Connect HTML5?

ULaval Adobe Connect HTML5 ist eine Chrome-Erweiterung, die von charlesmarceau entwickelt wurde, und ihr Hauptmerkmal ist "Get redirected to the HTML5 version of Adobe Connect when you open a live or recorded course.".

Erweiterungsscreenshots

screenshot

ULaval Adobe Connect HTML5-Erweiterungs-CRX-Datei herunterladen

Laden Sie ULaval Adobe Connect HTML5-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

                        No more flash plugin. No more Windows VM for Linux users. You can now *enjoy* Adobe Connect from any operating system without modifying the URL by hand.
This is an unofficial tool and it is not affiliated with the Université Laval.

Source code available on GitHub:
https://github.com/charles-marceau/ulaval-adobe-connect-html5

Special thanks to William Guimont for the url: https://github.com/willGuimont/AdobeConnectLinux                    

Grundlegende Informationen zur Erweiterung

Name ULaval Adobe Connect HTML5 ULaval Adobe Connect HTML5
ID idnfbhpmefhpjhipmodgoabndangiljd
Offizielle URL https://chromewebstore.google.com/detail/ulaval-adobe-connect-html/idnfbhpmefhpjhipmodgoabndangiljd
Beschreibung Get redirected to the HTML5 version of Adobe Connect when you open a live or recorded course.
Dateigröße 52.25 KB
Installationsanzahl 2,353
Aktuelle Version 1.0
Letztes Update 2021-02-06
Veröffentlichungsdatum 2021-02-05
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler charlesmarceau
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/charles-marceau/ulaval-adobe-connect-html5
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ULaval Adobe Connect HTML5",
    "description": "Get redirected to the HTML5 version of Adobe Connect when you open a live or recorded course.",
    "version": "1.0",
    "manifest_version": 2,
    "icons": {
        "16": ".\/icons\/icon-16x16.png",
        "32": ".\/icons\/icon-32x32.png",
        "48": ".\/icons\/icon-48x48.png",
        "128": ".\/icons\/icon-128x128.png"
    },
    "background": {
        "scripts": [
            ".\/src\/redirector.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/classevirtuelle.ulaval.ca\/*\/?proto=true"
            ],
            "js": [
                ".\/lib\/jquery-3.4.1.min.js",
                ".\/src\/htmlActivator.js"
            ]
        }
    ],
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/classevirtuelle.ulaval.ca\/*"
    ]
}