Fast Tatkal
Best Autofill Assistant (100% Free) for Booking Confirmed Tatkal tickets!
¿Qué es Fast Tatkal?
Fast Tatkal es una extensión de Chrome desarrollada por VR Tech Ltd, y su función principal es "Best Autofill Assistant (100% Free) for Booking Confirmed Tatkal tickets!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Fast Tatkal
Descarga archivos de extensión Fast Tatkal en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | lpklhpgekkjeoinhjigfpgidpndghfla |
URL Oficial | https://chrome.google.com/webstore/detail/fast-tatkal/lpklhpgekkjeoinhjigfpgidpndghfla |
Descripción | Best Autofill Assistant (100% Free) for Booking Confirmed Tatkal tickets! |
Tamaño del Archivo | 519 KB |
Cantidad de Instalaciones | 9,000 |
Versión Actual | 1.0 |
Última Actualización | 2018-08-07 |
Fecha de Publicación | 2018-08-07 |
Calificación | 1.54/5 Total de 13 Calificaciones |
Desarrollador | VR Tech Ltd |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://fastatkal.wordpress.com/ |
URL de la Página de Ayuda | https://fastatkal.wordpress.com/2018/08/07/fast-tatkal-privacy-policy/ |
URL de la Página de Política de Privacidad | https://fastatkal.wordpress.com/2018/08/07/fast-tatkal-privacy-policy |
Idiomas Soportados | 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" ] } ] } |