Auto IRCTC

Book Ticket easily.

Vad är Auto IRCTC?

Auto IRCTC är en Chrome-tillägg utvecklad av Roushan Singh, och dess huvudfunktion är "Book Ticket easily.".

Ladda ner Auto IRCTC-förlängningens CRX-fil

Ladda ner Auto IRCTC-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Book Ticket very fastly                    

Grundläggande Information om Tillägg

Namn Auto IRCTC Auto IRCTC
ID lhjnpilbhjckkhcgofbkmfpdddicbafm
Officiell webbadress https://chrome.google.com/webstore/detail/auto-irctc/lhjnpilbhjckkhcgofbkmfpdddicbafm
Beskrivning Book Ticket easily.
Filstorlek 135 KB
Antal Installationer 172
Aktuell Version 17.2
Senast Uppdaterad 2017-02-24
Publiceringsdatum 2017-02-24
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare Roushan Singh
Betalningssätt free
Stödda Språk 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"
        }
    ]
}