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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย charlesmarceau และคุณลักษณะหลักของมันคือ "Get redirected to the HTML5 version of Adobe Connect when you open a live or recorded course."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ULaval Adobe Connect HTML5

ดาวน์โหลดไฟล์ส่วนขยาย ULaval Adobe Connect HTML5 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
    ]
}