E-learning

Day hoc online

What is E-learning?

E-learning is a Chrome extension developed by HSCOM, and its main feature is "Day hoc online".

Download E-learning Extension CRX File

Download E-learning 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

                        Demo SDA - HSCOM VIET NAM                    

Extension Basic Information

Name E-learning E-learning
ID bholpnmobjffmefdpokjblcgmficmlfp
Official URL https://chrome.google.com/webstore/detail/e-learning/bholpnmobjffmefdpokjblcgmficmlfp
Description Day hoc online
File Size 42.06 KB
Installation Count 51
Current Version 1.0
Last Updated 2015-04-14
Publish Date 2015-04-14
Rating 4.00/5 Total 2 Ratings
Developer HSCOM
Payment Type free
Supported Languages vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "E-learning",
    "description": "Day hoc online",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-1.11.2.min.js",
                "e-learning.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "webNavigation",
        "tabs",
        ""
    ]
}