LPU UMS Extension

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

LPU UMS Extension란 무엇입니까?

LPU UMS Extension은(는) Bhargava Prabu Reddy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Now login to LPU UMS is Made simple by this litte Cuddy."입니다.

확장 프로그램 스크린샷

screenshot

LPU UMS Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 LPU UMS Extension LPU UMS Extension
ID acpmgacalnkaggikkhdffhogebmbjpmp
공식 URL https://chromewebstore.google.com/detail/lpu-ums-extension/acpmgacalnkaggikkhdffhogebmbjpmp
설명 Now login to LPU UMS is Made simple by this litte Cuddy.
파일 크기 2.04 MB
설치 횟수 167
현재 버전 4.4.3
최근 업데이트 2021-01-07
출시 날짜 2020-05-20
평점 5.00/5 총 5 개의 평점
개발자 Bhargava Prabu Reddy
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://codeforcoder.com/article/blog
지원되는 언어 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"
        }
    }
}