Auto IRCTC
Book Ticket easily.
Hvad er Auto IRCTC?
Auto IRCTC er en Chrome-udvidelse udviklet af Roushan Singh, og dens hovedfunktion er "Book Ticket easily.".
Download Auto IRCTC-udvidelses-CRX-fil
Download Auto IRCTC-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Book Ticket very fastly
Grundlæggende oplysninger om udvidelsen
Navn | ![]() |
ID | lhjnpilbhjckkhcgofbkmfpdddicbafm |
Officiel URL | https://chrome.google.com/webstore/detail/auto-irctc/lhjnpilbhjckkhcgofbkmfpdddicbafm |
Beskrivelse | Book Ticket easily. |
Filstørrelse | 135 KB |
Antal Installationer | 172 |
Nuværende Version | 17.2 |
Senest Opdateret | 2017-02-24 |
Udgivelsesdato | 2017-02-24 |
Bedømmelse | 3.00/5 Samlet 2 Bedømmelser |
Udvikler | Roushan Singh |
Betalingsmetode | free |
Understøttede Sprog | 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" } ] } |