ERP extension for KGPians
to log in to erp pages without any delay
ERP extension for KGPiansคืออะไร?
ERP extension for KGPians เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rajat Raj และคุณลักษณะหลักของมันคือ "to log in to erp pages without any delay"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ERP extension for KGPians
ดาวน์โหลดไฟล์ส่วนขยาย 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" } |