Auto IRCTC
Book Ticket easily.
Wat is Auto IRCTC?
Auto IRCTC is een Chrome-extensie ontwikkeld door Roushan Singh, en de belangrijkste functie is "Book Ticket easily.".
Download het CRX-bestand van de extensie Auto IRCTC
Download Auto IRCTC-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Book Ticket very fastly
Basisinformatie over de Extensie
Naam | ![]() |
ID | lhjnpilbhjckkhcgofbkmfpdddicbafm |
Officiële URL | https://chrome.google.com/webstore/detail/auto-irctc/lhjnpilbhjckkhcgofbkmfpdddicbafm |
Beschrijving | Book Ticket easily. |
Bestandsgrootte | 135 KB |
Aantal Installaties | 172 |
Huidige Versie | 17.2 |
Laatst Bijgewerkt | 2017-02-24 |
Publicatiedatum | 2017-02-24 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Roushan Singh |
Betalingswijze | free |
Ondersteunde Talen | 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" } ] } |