LPU UMS Extension

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

O que é LPU UMS Extension?

LPU UMS Extension é uma extensão do Chrome desenvolvida por Bhargava Prabu Reddy, e sua principal característica é "Now login to LPU UMS is Made simple by this litte Cuddy.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão LPU UMS Extension

Baixe arquivos de extensão LPU UMS Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome LPU UMS Extension LPU UMS Extension
ID acpmgacalnkaggikkhdffhogebmbjpmp
URL Oficial https://chromewebstore.google.com/detail/lpu-ums-extension/acpmgacalnkaggikkhdffhogebmbjpmp
Descrição Now login to LPU UMS is Made simple by this litte Cuddy.
Tamanho do Arquivo 2.04 MB
Contagem de Instalações 167
Versão Atual 4.4.3
Última Atualização 2021-01-07
Data de Publicação 2020-05-20
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor Bhargava Prabu Reddy
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://codeforcoder.com/article/blog
Idiomas Suportados 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"
        }
    }
}