eClass Extension

eClass Extension

What is eClass Extension?

eClass Extension is a Chrome extension developed by https://hypermethod.ru, and its main feature is "eClass Extension".

Extension Screenshots

screenshot

Download eClass Extension Extension CRX File

Download eClass Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Расширение позволяет транслировать рабочий стол ведущего и записывать видео мероприятия eClass.

Используется только с платформой проведения вебинаров eClass (http://eclass.elearn.ru).

Разработано для WebRTC-совместимых браузеров Chrome 17 и выше; Opera 12 и выше; Firefox 52 и выше;                    

Extension Basic Information

Name eClass Extension eClass Extension
ID hjonhidkkghlaifloofeebkchkakglfa
Official URL https://chromewebstore.google.com/detail/eclass-extension/hjonhidkkghlaifloofeebkchkakglfa
Description eClass Extension
File Size 198 KB
Installation Count 815
Current Version 1.1.3
Last Updated 2021-08-24
Publish Date 2020-05-27
Developer https://hypermethod.ru
Email [email protected]
Payment Type free
Extension Website http://eclass.elearn.ru/
Help Page URL http://support.hypermethod.ru
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "HyperMethod",
    "background": {
        "persistent": true,
        "scripts": [
            "extensionBackground.js",
            "RecordRTC.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_title": "Screen Capturing"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content-script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "description": "eClass Extension",
    "icons": {
        "16": "img\/icon.png",
        "22": "img\/icon.png",
        "32": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "name": "eClass Extension",
    "options_ui": {
        "open_in_tab": true,
        "page": "options\/options.html"
    },
    "permissions": [
        "desktopCapture",
        "tabCapture",
        "notifications",
        "contextMenus",
        "storage",
        "https:\/\/*.academset.kz\/",
        "https:\/\/*.elearn.ru\/",
        "https:\/\/*.gsprom.ru\/",
        "https:\/\/*.hypermethod.com\/",
        "https:\/\/*.hypermethod.ru\/",
        "https:\/\/*.isreg.ru\/",
        "https:\/\/*.irro.ru\/",
        "https:\/\/*.mosreg.ru\/",
        "https:\/\/*.nntu.ru\/",
        "https:\/\/*.sgc.ru\/",
        "https:\/\/*.vsau.ru\/"
    ],
    "version": "1.1.3",
    "web_accessible_resources": [
        "img\/icon.png"
    ]
}