ULaval Adobe Connect HTML5

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

ULaval Adobe Connect HTML5 क्या है?

ULaval Adobe Connect HTML5 charlesmarceau द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get redirected to the HTML5 version of Adobe Connect when you open a live or recorded course."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ULaval Adobe Connect HTML5 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम ULaval Adobe Connect HTML5 ULaval Adobe Connect HTML5
ID idnfbhpmefhpjhipmodgoabndangiljd
आधिकारिक URL https://chromewebstore.google.com/detail/ulaval-adobe-connect-html/idnfbhpmefhpjhipmodgoabndangiljd
विवरण Get redirected to the HTML5 version of Adobe Connect when you open a live or recorded course.
फ़ाइल का आकार 52.25 KB
स्थापना संख्या 2,353
वर्तमान संस्करण 1.0
अंतिम अपडेट 2021-02-06
प्रकाशन तिथि 2021-02-05
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर charlesmarceau
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/charles-marceau/ulaval-adobe-connect-html5
समर्थित भाषाएँ 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\/*"
    ]
}