ERP extension for KGPians

to log in to erp pages without any delay

什麼是ERP extension for KGPians?

ERP extension for KGPians是由Rajat Raj開發的Chrome擴展程式,該擴展的主要功能是“to log in to erp pages without any delay”。

擴展截圖

screenshot

下載ERP extension for KGPians擴展crx文件

下載ERP extension for KGPians擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 ERP extension for KGPians ERP extension for KGPians
ID cpehhocmbickbkapejcdojbpbhpchocb
官方網址 https://chromewebstore.google.com/detail/erp-extension-for-kgpians/cpehhocmbickbkapejcdojbpbhpchocb
簡介 to log in to erp pages without any delay
檔案大小 38.28 KB
安裝次數 1,229
目前版本 1.1.3
更新時間 2018-07-18
上架時間 2018-07-17
評分 5.00/5 共 18 次評分
開發者 Rajat Raj
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
}