Fast Tatkal

Best Autofill Assistant (100% Free) for Booking Confirmed Tatkal tickets!

Fast Tatkal란 무엇입니까?

Fast Tatkal은(는) VR Tech Ltd에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Best Autofill Assistant (100% Free) for Booking Confirmed Tatkal tickets!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Fast Tatkal 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Welcome to the FastTatakl - IRCTC Web Ticket Booking extension
■ Follow the below instructions
■ Click On Book Now at 09:58am OR 10:58am .It would redirect you to IRCTC new website.
■ Click On Login.Your login and password are automatically filled.
■ Fill The captcha and click LOG IN
■ Journey Detailed will be filled and it would redirect to TRAIN LIST PAGE
■ Your Train selected will be marked in a yellow box .
■ When the clock hits 10:00 am or 11:00 am. Check Availability will be clicked automatically
■ If not click on your own.
■ Then Click Book Now to proceed.                    

확장 프로그램 기본 정보

이름 Fast Tatkal Fast Tatkal
ID lpklhpgekkjeoinhjigfpgidpndghfla
공식 URL https://chrome.google.com/webstore/detail/fast-tatkal/lpklhpgekkjeoinhjigfpgidpndghfla
설명 Best Autofill Assistant (100% Free) for Booking Confirmed Tatkal tickets!
파일 크기 519 KB
설치 횟수 9,000
현재 버전 1.0
최근 업데이트 2018-08-07
출시 날짜 2018-08-07
평점 1.54/5 총 13 개의 평점
개발자 VR Tech Ltd
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://fastatkal.wordpress.com/
도움말 페이지 URL https://fastatkal.wordpress.com/2018/08/07/fast-tatkal-privacy-policy/
개인정보 보호 정책 페이지 URL https://fastatkal.wordpress.com/2018/08/07/fast-tatkal-privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fast Tatkal",
    "short_name": "Fast Tatkal Train Ticket Booking",
    "version": "1.0",
    "description": "Best Autofill Assistant (100% Free) for Booking Confirmed Tatkal tickets!",
    "background": {
        "scripts": [
            ".\/js\/jquery.js",
            ".\/js\/bg.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": ".\/img\/logo16.png",
        "default_popup": ".\/html\/popup.html"
    },
    "web_accessible_resources": [
        "img\/logo128.png",
        "img\/booked.svg"
    ],
    "icons": {
        "16": ".\/img\/logo16.png",
        "32": ".\/img\/logo32.png",
        "48": ".\/img\/logo48.png",
        "128": ".\/img\/logo128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                ".\/js\/jquery.js",
                ".\/js\/main.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.irctc.co.in\/*\/*"
            ],
            "js": [
                ".\/js\/irctc.js"
            ],
            "css": [
                ".\/css\/irctc.css"
            ]
        }
    ]
}