IRCTC

Irctc passenger details

Co to jest IRCTC?

IRCTC to rozszerzenie Chrome opracowane przez http://officetools.in, a jego główną funkcją jest „Irctc passenger details”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia IRCTC

Pobierz pliki rozszerzeń IRCTC w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa IRCTC IRCTC
ID dhldhplkckcoggjhamdmfgonnkdfffbj
Oficjalny URL https://chrome.google.com/webstore/detail/irctc/dhldhplkckcoggjhamdmfgonnkdfffbj
Opis Irctc passenger details
Rozmiar pliku 25.9 KB
Liczba instalacji 322
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2015-03-09
Data Publikacji 2015-03-09
Deweloper http://officetools.in
Typ Płatności free
Obsługiwane Języki 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
}