ERP extension for KGPians
to log in to erp pages without any delay
Qu'est-ce que ERP extension for KGPians ?
ERP extension for KGPians est une extension Chrome développée par Rajat Raj, et sa fonction principale est "to log in to erp pages without any delay".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ERP extension for KGPians
Téléchargez les fichiers d'extension ERP extension for KGPians au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | ERP extension for KGPians |
ID | cpehhocmbickbkapejcdojbpbhpchocb |
URL Officiel | https://chromewebstore.google.com/detail/erp-extension-for-kgpians/cpehhocmbickbkapejcdojbpbhpchocb |
Description | to log in to erp pages without any delay |
Taille du Fichier | 38.28 KB |
Nombre d'Installations | 1,229 |
Version Actuelle | 1.1.3 |
Dernière Mise à Jour | 2018-07-18 |
Date de Publication | 2018-07-17 |
Évaluation | 5.00/5 Total 18 Évaluations |
Développeur | Rajat Raj |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } |