IRCTC - Extension for you.

This verifies the day of the travel with your preferred/often travelled Destinations and alert you if you have chosen the wrong.

IRCTC - Extension for you.คืออะไร?

IRCTC - Extension for you. เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kabilan Kumaravelu และคุณลักษณะหลักของมันคือ "This verifies the day of the travel with your preferred/often travelled Destinations and alert you if you have chosen the wrong."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IRCTC - Extension for you.

ดาวน์โหลดไฟล์ส่วนขยาย IRCTC - Extension for you. ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Are you travelling often to a same place? Do you book Tatkal often? Have you got any mis-booking experience with IRCTC like you want to book from Place-A to Place-B and booked the ticket for vice-versa? It happens everywhere and to everyone when we are in hurry for booking the ticket, especially on the Tatkal bookings. 

So do I and it happened thrice in my transaction history. So created an extension that verifies the day of the travel with the Destinations and alert you if you have chosen the wrong.

Eg.
Let say your home is in Chennai (MAS) and you work at Bangalore (SBC). So you would be travelling often to and from often on the destinations. 

Also, the more probability that you will be travelling from Chennai to Bangalore (MAS > SBC) will be Sunday, Monday, Tuesday(in case of occasions). The destination changes when it is on other days. So you could say the extension that your preferred destination as

SBC to MAS > Wednesday, Thursday, Friday, Saturday
MAS to SBC > Sunday, Monday, Tuesday

So while you are booking ticket in IRCTC portal and when you select SBC to MAS for the day Sunday it will give you an alert that you have chosen the wrong option of Destinations.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ IRCTC - Extension for you. IRCTC - Extension for you.
ID ahgolgeocokkekmfchmipadfkmgjbhii
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/irctc-extension-for-you/ahgolgeocokkekmfchmipadfkmgjbhii
คำอธิบาย This verifies the day of the travel with your preferred/often travelled Destinations and alert you if you have chosen the wrong.
ขนาดไฟล์ 80.37 KB
จำนวนการติดตั้ง 1,428
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2015-01-25
วันที่เผยแพร่ 2015-01-25
ผู้พัฒนา Kabilan Kumaravelu
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IRCTC - Extension for you.",
    "version": "1.1",
    "manifest_version": 2,
    "description": "This verifies the day of the travel with your preferred\/often travelled Destinations and alert you if you have chosen the wrong.",
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "19": "icon19.png",
            "38": "icon38.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_popup": "popup.html",
        "default_title": "Click here to enter and verify your details on IRCTC!"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.irctc.co.in\/*"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ]
}