Dao Tao 1 Click

Đăng nhập vào trang đào tạo với 1 click chuột

What is Dao Tao 1 Click?

Dao Tao 1 Click is a Chrome extension developed by Nhan, and its main feature is "Đăng nhập vào trang đào tạo với 1 click chuột".

Extension Screenshots

screenshot

Download Dao Tao 1 Click Extension CRX File

Download Dao Tao 1 Click 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

                        Đăng nhập vào trang đào tạo với 1 click chuột.
Tiện ích này sử dụng cho trang quản lý sinh viên của trường Đại học Bách Khoa Đà Nẵng và Đại học Ngoại Ngữ Đà Nẵng.
Ngoài ra còn có thêm chức năng thông báo khi mật khẩu sắp hết hạn.                    

Extension Basic Information

Name Dao Tao 1 Click Dao Tao 1 Click
ID ipabhecomancnbjjcfbangmkmcejeaoe
Official URL https://chromewebstore.google.com/detail/dao-tao-1-click/ipabhecomancnbjjcfbangmkmcejeaoe
Description Đăng nhập vào trang đào tạo với 1 click chuột
File Size 43.39 KB
Installation Count 12
Current Version 1.4
Last Updated 2019-03-08
Publish Date 2019-03-08
Developer Nhan
Email [email protected]
Payment Type free
Supported Languages vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dao Tao 1 Click",
    "description": "\u0110\u0103ng nh\u1eadp v\u00e0o trang \u0111\u00e0o t\u1ea1o v\u1edbi 1 click chu\u1ed9t",
    "version": "1.4",
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/sv.dut.udn.vn\/*",
                "http:\/\/daotao.ufl.udn.vn\/sv\/*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "permissions": [
        "http:\/\/sv.dut.udn.vn\/",
        "storage"
    ],
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}