Indian Railways @etrain.info

An extension to support etrain.info to provide advanced features

Hvad er Indian Railways @etrain.info?

Indian Railways @etrain.info er en Chrome-udvidelse udviklet af etrain.info, og dens hovedfunktion er "An extension to support etrain.info to provide advanced features".

Udvidelsesskærmbilleder

screenshot

Download Indian Railways @etrain.info-udvidelses-CRX-fil

Download Indian Railways @etrain.info-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        This extension helps to access following features of website etrain.info.
☛ Seat Availability of trains
☛ PNR Status
☛ Live Running Status of trains

NOTE: This extension will only work with website etrain.info. It'll be inactive for other websites. Install only if you are an user of etrain.info and want to use above listed features.                    

Grundlæggende oplysninger om udvidelsen

Navn Indian Railways @etrain.info Indian Railways @etrain.info
ID fjjlkgnbokonfaiffccmofmfopdlfmmf
Officiel URL https://chromewebstore.google.com/detail/indian-railways-etraininf/fjjlkgnbokonfaiffccmofmfopdlfmmf
Beskrivelse An extension to support etrain.info to provide advanced features
Filstørrelse 48.09 KB
Antal Installationer 83,536
Nuværende Version 2.2.3
Senest Opdateret 2022-09-26
Udgivelsesdato 2019-01-26
Bedømmelse 4.00/5 Samlet 8 Bedømmelser
Udvikler etrain.info
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://etrain.info/in
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Indian Railways @etrain.info",
    "description": "An extension to support etrain.info to provide advanced features",
    "version": "2.2.3",
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": {
            "32": "images\/browser_action.png"
        },
        "default_popup": "popup.html",
        "default_title": "Indian Railways @etrain.info"
    },
    "icons": {
        "128": "images\/icon_128.png",
        "64": "images\/icon_64.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/etrain.info\/*",
                "*:\/\/etrain.info.localhost\/*",
                "*:\/\/m.etrain.info\/*",
                "*:\/\/m.etrain.info.localhost\/*",
                "*:\/\/www.tripozo.com\/*",
                "*:\/\/www.tripozo.com.localhost\/*"
            ],
            "js": [
                "scripts\/internal.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/external.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "background": {
        "page": "background.html"
    },
    "manifest_version": 2
}