Nexgen IRCTC Tatkal Ticket Autofill Tool

Nexgen irctc magic tool will help you book tatkal ticket with irctc. This autofill tool is 100% working with new version of irctc.

Nexgen IRCTC Tatkal Ticket Autofill Toolคืออะไร?

Nexgen IRCTC Tatkal Ticket Autofill Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.nexgenirctc.co.in และคุณลักษณะหลักของมันคือ "Nexgen irctc magic tool will help you book tatkal ticket with irctc. This autofill tool is 100% working with new version of irctc."

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

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

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

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

                        Nexgen tatkal ticket extension will help you to book your tatkal ticket in seconds.

This tatkal ticket booking tool allows you to book your ticket faster than anyone because this will autofill your booking and login form.

This is free to use and secure. 

For any further query you can contact us to our site you can also ask the same in our facebook page: 

http://www.nexgenirctc.co.in/tatkal-autofill-form/

https://www.facebook.com/nexgenirctc.co.in/

For more information and continuous update join our facebook page now.

How to use extension:

Steps:  

1- Add extension on browser and click over it.

2- Create account for you so that we can serve you better.

3- Fill the booking form and click on the save button this will redirect you in main website..

Now you are ready to book your ticket.

Please join our facebook page for any enquiry, we will be happy to help you :) .                    

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

ชื่อ Nexgen IRCTC Tatkal Ticket Autofill Tool Nexgen IRCTC Tatkal Ticket Autofill Tool
ID ocgbiohajlbbndhimajdbfjhlcpjmpgg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/nexgen-irctc-tatkal-ticke/ocgbiohajlbbndhimajdbfjhlcpjmpgg
คำอธิบาย Nexgen irctc magic tool will help you book tatkal ticket with irctc. This autofill tool is 100% working with new version of irctc.
ขนาดไฟล์ 123 KB
จำนวนการติดตั้ง 77,553
เวอร์ชันปัจจุบัน 1.0.6
อัปเดตครั้งล่าสุด 2022-12-04
วันที่เผยแพร่ 2019-09-23
คะแนน 1.78/5 รวมทั้งหมด 37 คะแนน
ผู้พัฒนา https://www.nexgenirctc.co.in
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.nexgenirctc.co.in/privacy-policy.php
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nexgen IRCTC Tatkal Ticket Autofill Tool",
    "version": "1.0.6",
    "manifest_version": 3,
    "description": "Nexgen irctc magic tool will help you book tatkal ticket with irctc. This autofill tool is 100% working with new version of irctc.",
    "action": {
        "default_icon": "images\/48.png"
    },
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "permissions": [
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "angular.min.js",
                "jquery.js",
                "aftersave.js",
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.js",
                "images\/16.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.nexgenirctc.co.in\/*"
        ],
        "accepts_tls_channel_id": false
    }
}