IRCTC

Irctc passenger details

Cos'è IRCTC?

IRCTC è un'estensione di Chrome sviluppata da http://officetools.in, e la sua funzione principale è "Irctc passenger details".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione IRCTC

Scarica i file di estensione IRCTC in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome IRCTC IRCTC
ID dhldhplkckcoggjhamdmfgonnkdfffbj
URL Ufficiale https://chrome.google.com/webstore/detail/irctc/dhldhplkckcoggjhamdmfgonnkdfffbj
Descrizione Irctc passenger details
Dimensione del File 25.9 KB
Conteggio Installazioni 322
Versione Corrente 1.0
Ultimo Aggiornamento 2015-03-09
Data di Pubblicazione 2015-03-09
Sviluppatore http://officetools.in
Tipo di Pagamento free
Lingue Supportate 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
}