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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Simply PNR
قم بتنزيل ملفات الامتداد Simply PNR بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | |
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" } ] } |