Show Me The Points
This extension reveals hotel's points rate in the Hyatt.com search results
Show Me The Pointsคืออะไร?
Show Me The Points เป็นส่วนขยายของ Chrome ที่พัฒนาโดย abcpp และคุณลักษณะหลักของมันคือ "This extension reveals hotel's points rate in the Hyatt.com search results"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Show Me The Points
ดาวน์โหลดไฟล์ส่วนขยาย Show Me The Points ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension enables you to see point rate while searching for a Hyatt property on the Hyatt.com desktop website. Each property will show smallest number of points needed for a redemption. If the hotel doesn't have points availability for a given period of time, it will say "N/A"
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Show Me The Points |
ID | ceeleffgoojglmmgpfknkalgpnapcedh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/show-me-the-points/ceeleffgoojglmmgpfknkalgpnapcedh |
คำอธิบาย | This extension reveals hotel's points rate in the Hyatt.com search results |
ขนาดไฟล์ | 33.2 KB |
จำนวนการติดตั้ง | 244 |
เวอร์ชันปัจจุบัน | 2.1 |
อัปเดตครั้งล่าสุด | 2017-12-15 |
วันที่เผยแพร่ | 2017-12-15 |
คะแนน | 4.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | abcpp |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.hyatt.com |
URL หน้าช่วยเหลือ | http://www.flyertalk.com/forum/travel-tools/1778642-show-me-points.html |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Show Me The Points", "description": "This extension reveals hotel's points rate in the Hyatt.com search results", "version": "2.1", "permissions": [ "*:\/\/*.hyatt.com\/search\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.hyatt.com\/search\/*" ], "js": [ "jquery-3.2.1.min.js", "reveal.js" ] } ] } |