ERP extension for KGPians

to log in to erp pages without any delay

O que é ERP extension for KGPians?

ERP extension for KGPians é uma extensão do Chrome desenvolvida por Rajat Raj, e sua principal característica é "to log in to erp pages without any delay".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão ERP extension for KGPians

Baixe arquivos de extensão ERP extension for KGPians 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

                        This extension is exclusively for IIT Kharagpur Users. Using this extension, they can easily log into the erp website without worrying about typing the login credentials.

-----Updated-----
As ERP website's domain has changed, corresponding changes has been made to work for the new domain                    

Informações Básicas da Extensão

Nome ERP extension for KGPians ERP extension for KGPians
ID cpehhocmbickbkapejcdojbpbhpchocb
URL Oficial https://chromewebstore.google.com/detail/erp-extension-for-kgpians/cpehhocmbickbkapejcdojbpbhpchocb
Descrição to log in to erp pages without any delay
Tamanho do Arquivo 38.28 KB
Contagem de Instalações 1,229
Versão Atual 1.1.3
Última Atualização 2018-07-18
Data de Publicação 2018-07-17
Classificação 5.00/5 Total de 18 Avaliações
Desenvolvedor Rajat Raj
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "jquery-1.11.1.min.js",
                "my-script.js"
            ],
            "matches": [
                "https:\/\/erp.iitkgp.ac.in\/SSOAdministration*"
            ]
        }
    ],
    "description": "to log in to erp pages without any delay",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAioa4aG0ctucs94VsmqPzQptsRRAWQ9SHLcpD74qHvquJeQVeUsVfOFBDec8BLUt3duveOWLJ153DAhlIrr9wSSCkm\/LkWHJWkDGKgjVFWDZzHNmdChZ7zurjABZ02NatX1bW08NF5GgVy0JSKJUhloCpIGAjUODBVTEBgbYvCT8CXkBG8kvglYbpTTkQ7lIpHrMUijwkScZAnd1apjqyS+GCvQGEE34NA3N5YzWbKGfztzwQ5pWfBCIJ818L7U6Y4jhVovlmfUbSvLjvEYTfPVPPSRVj4SZOR8DsUs4a8IsPfvv\/t5hllsRCZwx65OAOM9SYwdjj4PK1fjy\/dJ83lwIDAQAB",
    "manifest_version": 2,
    "name": "ERP extension for KGPians",
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.3"
}