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 |
电子邮箱 | [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" } |