Auto IRCTC

Book Ticket easily.

Auto IRCTC là gì?

Auto IRCTC là một tiện ích mở rộng Chrome được phát triển bởi Roushan Singh, và tính năng chính của nó là "Book Ticket easily.".

Tải xuống tệp CRX của tiện ích mở rộng Auto IRCTC

Tải xuống các tệp mở rộng Auto IRCTC dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Book Ticket very fastly                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Auto IRCTC Auto IRCTC
ID lhjnpilbhjckkhcgofbkmfpdddicbafm
URL Chính Thức https://chrome.google.com/webstore/detail/auto-irctc/lhjnpilbhjckkhcgofbkmfpdddicbafm
Mô tả Book Ticket easily.
Kích Thước Tệp 135 KB
Số Lần Cài Đặt 172
Phiên Bản Hiện Tại 17.2
Cập Nhật Lần Cuối 2017-02-24
Ngày Phát Hành 2017-02-24
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Roushan Singh
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}