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!”。
擴展截圖
下載Fast Tatkal擴展crx文件
下載Fast Tatkal擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | lpklhpgekkjeoinhjigfpgidpndghfla |
官方網址 | 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" ] } ] } |