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是由abcpp開發的Chrome擴展程式,該擴展的主要功能是“This extension reveals hotel's points rate in the Hyatt.com search results”。
擴展截圖
下載Show Me The Points擴展crx文件
下載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 |
官方網址 | 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" ] } ] } |