Indian train ticket predictions

Check chances of clearing a waitlisted ticket before booking a ticket directly from irctc.co.in

Что такое Indian train ticket predictions?

Indian train ticket predictions - это расширение Chrome, разработанное Predictions, и его основная функция - "Check chances of clearing a waitlisted ticket before booking a ticket directly from irctc.co.in".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Indian train ticket predictions

Скачайте файлы расширений Indian train ticket predictions в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Check chances of clearing a waitlisted ticket before booking a ticket directly from IRCTC.co.in or if you already have a waitlisted ticket then check its chances on indianrail.gov.in. This extension enables the prediction service to access PNR and seat availability information from the current page. It does not harm your computer or browser and cannot be misused in any way. It also does not store any personal information of the user. Please rate and review the plugin from the Reviews tab                    

Основная информация о расширении

Название Indian train ticket predictions Indian train ticket predictions
ID ddandleclopjfdaipoofnkapjkcbifll
Официальный URL https://chrome.google.com/webstore/detail/indian-train-ticket-predi/ddandleclopjfdaipoofnkapjkcbifll
Описание Check chances of clearing a waitlisted ticket before booking a ticket directly from irctc.co.in
Размер файла 13.29 KB
Количество установок 1,000
Текущая Версия 0.4
Последнее Обновление 2017-05-30
Дата публикации 2017-05-30
Рейтинг 4.50/5 Всего 12 оценок
Разработчик Predictions
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Indian train ticket predictions",
    "version": "0.4",
    "description": "Check chances of clearing a waitlisted ticket before booking a ticket directly from irctc.co.in",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Indian train ticket predictions"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "https:\/\/trainpnr-test1.azurewebsites.net\/",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "48": "icon.png"
    }
}