IRCTC
Irctc passenger details
IRCTCคืออะไร?
IRCTC เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://officetools.in และคุณลักษณะหลักของมันคือ "Irctc passenger details"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IRCTC
ดาวน์โหลดไฟล์ส่วนขยาย IRCTC ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Save IRCTC passenger details. The details will be displayed once the site is loaded. You can submit and save valuable 2-5 min. More important when used for 'Tatkal' booking. Note: Data is not encapsulated
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dhldhplkckcoggjhamdmfgonnkdfffbj |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/irctc/dhldhplkckcoggjhamdmfgonnkdfffbj |
คำอธิบาย | Irctc passenger details |
ขนาดไฟล์ | 25.9 KB |
จำนวนการติดตั้ง | 322 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2015-03-09 |
วันที่เผยแพร่ | 2015-03-09 |
ผู้พัฒนา | http://officetools.in |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IRCTC", "description": "Irctc passenger details", "version": "1.0", "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.irctc.co.in\/eticketing\/trainbetweenstns.jsf" ], "js": [ "content.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png", "default_title": "IRCTC Passenger Form!", "default_popup": "popup.html" }, "manifest_version": 2 } |