Simply PNR

Simply enter the Indian Railways/IRCTC PNR number and get current PNR status

Simply PNRคืออะไร?

Simply PNR เป็นส่วนขยายของ Chrome ที่พัฒนาโดย App Kichidi และคุณลักษณะหลักของมันคือ "Simply enter the Indian Railways/IRCTC PNR number and get current PNR status"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simply PNR

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

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

                        Simply enter the PNR number and get the current status without leaving the current page.
Also, enter the PNR number and forget it. This extension stores up to four PNR numbers entered by you for checking the status easily by clicking on the previously entered PNR number.                    

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

ชื่อ Simply PNR Simply PNR
ID mnmepdpnanecdnlemfpkgeeoblhkhfoo
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/simply-pnr/mnmepdpnanecdnlemfpkgeeoblhkhfoo
คำอธิบาย Simply enter the Indian Railways/IRCTC PNR number and get current PNR status
ขนาดไฟล์ 273 KB
จำนวนการติดตั้ง 372
เวอร์ชันปัจจุบัน 2.0.33
อัปเดตครั้งล่าสุด 2015-12-18
วันที่เผยแพร่ 2015-12-18
คะแนน 4.14/5 รวมทั้งหมด 22 คะแนน
ผู้พัฒนา App Kichidi
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simply PNR",
    "description": "Simply enter the Indian Railways\/IRCTC PNR number and get current PNR status",
    "version": "2.0.33",
    "permissions": [
        "http:\/\/www.indianrail.gov.in\/*",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "img\/icon.png"
    },
    "icons": {
        "16": "img\/icon.png",
        "128": "img\/128-train.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "lib\/jquery\/jquery-1.10.2.min.js",
                "js\/xframe.js"
            ],
            "matches": [
                "*:\/\/*.indianrail.gov.in\/*"
            ],
            "run_at": "document_end"
        }
    ]
}