Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Apr 20, 2025.
{ "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\/" ] }