Fast Tatkal
Best Autofill Assistant (100% Free) for Booking Confirmed Tatkal tickets!
ما هو Fast Tatkal؟
Fast Tatkal هو إضافة Chrome تم تطويرها بواسطة VR Tech Ltd، والميزة الرئيسية لها هي "Best Autofill Assistant (100% Free) for Booking Confirmed Tatkal tickets!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Fast Tatkal
قم بتنزيل ملفات الامتداد Fast Tatkal بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان URL الرسمي | 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/ |
عنوان صفحة المساعدة | https://fastatkal.wordpress.com/2018/08/07/fast-tatkal-privacy-policy/ |
عنوان صفحة سياسة الخصوصية | 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" ] } ] } |