Hidden Tickets
Find the cheapest tickets for your next flight
Hidden Ticketsคืออะไร?
Hidden Tickets เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://hiddentickets.com และคุณลักษณะหลักของมันคือ "Find the cheapest tickets for your next flight"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hidden Tickets
ดาวน์โหลดไฟล์ส่วนขยาย Hidden Tickets ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Find the cheapest tickets for your next flight. We use some magic. Just run the plugin and wait for amazing results.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | cfkkhmokjhiiekijpnmlailhheohpdbo |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/hidden-tickets/cfkkhmokjhiiekijpnmlailhheohpdbo |
คำอธิบาย | Find the cheapest tickets for your next flight |
ขนาดไฟล์ | 148 KB |
จำนวนการติดตั้ง | 392 |
เวอร์ชันปัจจุบัน | 0.1.29 |
อัปเดตครั้งล่าสุด | 2016-03-20 |
วันที่เผยแพร่ | 2016-03-20 |
คะแนน | 4.75/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | http://hiddentickets.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://hiddentickets.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hidden Tickets", "version": "0.1.29", "description": "Find the cheapest tickets for your next flight", "author": "svetlikov", "icons": { "16": "hiddentickets.png", "48": "hiddentickets.png", "128": "hiddentickets.png" }, "browser_action": { "default_icon": "hiddentickets.png", "default_title": "Hidden Tickets" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "https:\/\/www.google.de\/*" ], "manifest_version": 2, "web_accessible_resources": [ "flightsfucker.js", "awesomplete.min.js", "style.css", "sky.jpg" ] } |