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 |
公式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 |
Eメール | [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" ] } ] } |