IRCTC Tatkal Automation Tool

IRCTC Tatkal Automation Tool helps you book IRCTC tatkal tickets at an ease. It autofills and submits all data during tatkal booking

IRCTC Tatkal Automation Toolคืออะไร?

IRCTC Tatkal Automation Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Amit Nemade และคุณลักษณะหลักของมันคือ "IRCTC Tatkal Automation Tool helps you book IRCTC tatkal tickets at an ease. It autofills and submits all data during tatkal booking"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IRCTC Tatkal Automation Tool

ดาวน์โหลดไฟล์ส่วนขยาย IRCTC Tatkal Automation Tool ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        IRCTC Tatkal Automation Tool will help you book IRCTC Tatkal tickets at an ease. The tool will autofill all your journey data and will work seamlessly with new IRCTC website. Pre-fill all your data in extension and the extension will fill the data and automatically submit the data. User only needs to fill captcha and any uncertain popups which may come during booking.

How extension Works ?
1. Click on the extension icon in the toolbar.
2. Fill the form with all details so that you don't need to waste time in filling details during tatkal timings.
3. Once all details are filled, click the SAVE DATA button in the last so that your details are not lost if the extension is closed unknowingly.
4. If you already had details saved, then you can load those details using LOAD DATA button
5. Then before 20 secs of tatkal timings (10.00 or 11.00), click CONNECT button
6. Once you click CONNECT button, extension will start its game, it will open irctc login page and will autofill the details.
7. You need to enter the captcha and click submit.
8. After logging in, Journey details and train selection happens automatically. If you enter any wrong details then the irctc site will give you an error message and the script will fail there.
9. After the train gets selected automatically, passenger details are also filled automatically and you are redirected to the review journey page. After this you need to enter captcha and make payment.

Success rate:
I book Tatkal tickets almost twice or thrice a month and has experienced that if started properly at 10:00am or 11:00am, It takes at least 2mins to login, fill data and reach at the last page i.e review journey page. But using this extension you will reach last page in 35-40 seconds which in turn increases chances of getting confirmed tickets.

IMPORTANT INSTRUCTION:
Try using this extension once or twice before directly using it in tatkal timings. So that you are sure about how to use the extension and also about whether extension is working properly for you.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ IRCTC Tatkal Automation Tool IRCTC Tatkal Automation Tool
ID cddilnjpngoldpdhfiibcjenaphclbik
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/irctc-tatkal-automation-t/cddilnjpngoldpdhfiibcjenaphclbik
คำอธิบาย IRCTC Tatkal Automation Tool helps you book IRCTC tatkal tickets at an ease. It autofills and submits all data during tatkal booking
ขนาดไฟล์ 182 KB
จำนวนการติดตั้ง 205,196
เวอร์ชันปัจจุบัน 0.1.1
อัปเดตครั้งล่าสุด 2023-02-17
วันที่เผยแพร่ 2023-01-27
คะแนน 2.57/5 รวมทั้งหมด 101 คะแนน
ผู้พัฒนา Amit Nemade
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IRCTC Tatkal Automation Tool",
    "description": "IRCTC Tatkal Automation Tool helps you book IRCTC tatkal tickets at an ease. It autofills and submits all data during tatkal booking",
    "version": "0.1.1",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": "irctc400.png",
        "default_title": "IRCTC Auto fill"
    },
    "icons": {
        "16": "irctc16.png",
        "48": "irctc48.png",
        "128": "irctc128.png"
    },
    "background": {
        "service_worker": ".\/background_script.js"
    },
    "permissions": [
        "scripting",
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.irctc.co.in\/"
    ]
}