WebExtension.net
Toggle dark mode
WebExtension.net

IRCTC Tatkal autofill

View on Chrome Web Store
View IRCTC Tatkal autofill Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
10 views
This extension has been viewed 10 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

An auto fill service to help booking train tickets by automating form filling in IRCTC website.
Type
Extension
Users
1,000 users
348
nand kumar sahu
View author page of nand kumar sahu
Published
Published on January 3, 2025
Version 2.1.2
Manifest version
3
Updated
Updated on January 5, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View IRCTC Tatkal autofill Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IRCTC Tatkal autofill",
    "description": "An auto fill service to help booking train tickets by automating form filling in IRCTC website.",
    "version": "2.1.2",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_title": "IRCTC quick tatkal"
    },
    "icons": {
        "16": "rail_16.png",
        "32": "rail_32.png",
        "48": "rail_48.png",
        "128": "rail_128.png"
    },
    "background": {
        "service_worker": ".\/background_script.js"
    },
    "content_scripts": [
        {
            "js": [
                "PhonePeVPA.js"
            ],
            "matches": [
                "https:\/\/mercury-t2.phonepe.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "PaytmVPA.js"
            ],
            "matches": [
                "https:\/\/secure.paytmpayments.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "scripting",
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.irctc.co.in\/"
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top