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」です。
拡張機能のスクリーンショット
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 |
ID | cpehhocmbickbkapejcdojbpbhpchocb |
公式URL | 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 |
Eメール | [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" } |