Auto IRCTC
Book Ticket easily.
Was ist Auto IRCTC?
Auto IRCTC ist eine Chrome-Erweiterung, die von Roushan Singh entwickelt wurde, und ihr Hauptmerkmal ist "Book Ticket easily.".
Auto IRCTC-Erweiterungs-CRX-Datei herunterladen
Laden Sie Auto IRCTC-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Book Ticket very fastly
Grundlegende Informationen zur Erweiterung
Name | ![]() |
ID | lhjnpilbhjckkhcgofbkmfpdddicbafm |
Offizielle URL | https://chrome.google.com/webstore/detail/auto-irctc/lhjnpilbhjckkhcgofbkmfpdddicbafm |
Beschreibung | Book Ticket easily. |
Dateigröße | 135 KB |
Installationsanzahl | 172 |
Aktuelle Version | 17.2 |
Letztes Update | 2017-02-24 |
Veröffentlichungsdatum | 2017-02-24 |
Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
Entwickler | Roushan Singh |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Auto IRCTC", "version": "17.2", "description": "Book Ticket easily.", "browser_action": { "default_title": "IRCTC", "default_icon": { "19": "irctc.png", "38": "irctc.png" } }, "permissions": [ "storage", "tabs", "cookies", "https:\/\/www.irctc.co.in\/*", "https:\/\/netbanking.hdfcbank.com\/*", "https:\/\/netbanking.yesbank.co.in\/*", "https:\/\/netsafe.hdfcbank.com\/*", "https:\/\/secure5.arcot.com\/*", "https:\/\/securepg.fssnet.co.in\/*", "https:\/\/www.billdesk.com\/*", "https:\/\/pgi.billdesk.com\/*", "https:\/\/securepayments.fssnet.co.in\/*", "https:\/\/ipay.icicibank.com\/*", "https:\/\/merchant.onlinesbi.com\/*", "https:\/\/www.bobibanking.com\/*", "https:\/\/shopping.icicibank.com\/corp\/*", "https:\/\/inet.idbibank.co.in\/corp\/*" ], "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.irctc.co.in\/*", "https:\/\/netbanking.hdfcbank.com\/*", "https:\/\/netbanking.yesbank.co.in\/*", "https:\/\/netsafe.hdfcbank.com\/*", "https:\/\/secure5.arcot.com\/*", "https:\/\/securepg.fssnet.co.in\/*", "https:\/\/www.billdesk.com\/*", "https:\/\/pgi.billdesk.com\/*", "https:\/\/shopping.icicibank.com\/corp\/*", "https:\/\/securepayments.fssnet.co.in\/*", "https:\/\/ipay.icicibank.com\/*", "https:\/\/merchant.onlinesbi.com\/*", "https:\/\/www.bobibanking.com\/*", "https:\/\/inet.idbibank.co.in\/corp\/*" ], "js": [ "preprocess.js" ], "run_at": "document_idle" } ] } |