IRCTC

Irctc passenger details

What is IRCTC?

IRCTC is a Chrome extension developed by http://officetools.in, and its main feature is "Irctc passenger details".

Extension Screenshots

screenshot

Download IRCTC Extension CRX File

Download IRCTC extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Save IRCTC passenger details. The details will be displayed once the site is loaded. You  can submit and save valuable 2-5 min. More important when used for 'Tatkal' booking. Note: Data is not encapsulated                    

Extension Basic Information

Name IRCTC IRCTC
ID dhldhplkckcoggjhamdmfgonnkdfffbj
Official URL https://chrome.google.com/webstore/detail/irctc/dhldhplkckcoggjhamdmfgonnkdfffbj
Description Irctc passenger details
File Size 25.9 KB
Installation Count 322
Current Version 1.0
Last Updated 2015-03-09
Publish Date 2015-03-09
Developer http://officetools.in
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IRCTC",
    "description": "Irctc passenger details",
    "version": "1.0",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.irctc.co.in\/eticketing\/trainbetweenstns.jsf"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "IRCTC Passenger Form!",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}