LPU UMS Extension

Now login to LPU UMS is Made simple by this litte Cuddy.

LPU UMS Extension là gì?

LPU UMS Extension là một tiện ích mở rộng Chrome được phát triển bởi Bhargava Prabu Reddy, và tính năng chính của nó là "Now login to LPU UMS is Made simple by this litte Cuddy.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng LPU UMS Extension

Tải xuống các tệp mở rộng LPU UMS Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        An Easy way to login to Lpu Ums Portal directly without the landing page.

Now login to LPU UMS is Made simple.

LPU UMS Extension is a easy way to login to UMS Portal. You can save your User name and password for the next login!

★ Save Username
★ Save Password
★ Login to Myclass.
★ Navigate to Dashboard, Home Page, Upload Assignemt, View Assignments.
★ Password is not tracked, it is stored in browser and it is hidden.

Like this Extension? then Review it.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên LPU UMS Extension LPU UMS Extension
ID acpmgacalnkaggikkhdffhogebmbjpmp
URL Chính Thức https://chromewebstore.google.com/detail/lpu-ums-extension/acpmgacalnkaggikkhdffhogebmbjpmp
Mô tả Now login to LPU UMS is Made simple by this litte Cuddy.
Kích Thước Tệp 2.04 MB
Số Lần Cài Đặt 167
Phiên Bản Hiện Tại 4.4.3
Cập Nhật Lần Cuối 2021-01-07
Ngày Phát Hành 2020-05-20
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Bhargava Prabu Reddy
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://codeforcoder.com/article/blog
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LPU UMS Extension",
    "description": "Now login to LPU UMS is Made simple by this litte Cuddy.",
    "version": "4.4.3",
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/Icon-16.png",
        "24": "images\/Icon-24.png",
        "32": "images\/Icon-32.png",
        "48": "images\/Icon-48.png",
        "128": "images\/Icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.lpu.in\/*"
            ],
            "js": [
                "js\/jquery-3.2.1.min.js",
                "js\/content.js"
            ]
        }
    ],
    "options_page": "option\/options.html",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "16": "images\/Icon-16.png",
            "24": "images\/Icon-24.png",
            "32": "images\/Icon-32.png",
            "48": "images\/Icon-48.png",
            "128": "images\/Icon-128.png"
        },
        "default_popup": "index.html",
        "default_title": "EASY WAY TO LOGIN UMS"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+U",
                "mac": "MacCtrl+Shift+U"
            },
            "description": "Shortcut to open LPU UMS Extension"
        }
    }
}