ANA Star Link
Put the Star Alliance Search Link back on the ANA site, even if you have no miles in your ANA account.
ANA Star Linkとは何ですか?
ANA Star LinkはWandering Arameanによって開発されたChromeの拡張機能で、その主な機能は「Put the Star Alliance Search Link back on the ANA site, even if you have no miles in your ANA account.」です。
拡張機能のスクリーンショット
ANA Star Link拡張機能のCRXファイルをダウンロード
ANA Star Link拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
ANA is one of the most reliable and most comprehensive sites available to find award seats on flights operated by Star Alliance members. A couple years ago they changed their policies and took away the ability to search for partner awards if you have no miles in your (free) account making it no longer so free or easy. There are a couple workarounds but this is the quickest; it puts the button back just like it should be.
拡張機能の基本情報
名前 | ANA Star Link |
ID | dmamhdfignlojeljcjlggcjjhabjhojf |
公式URL | https://chromewebstore.google.com/detail/ana-star-link/dmamhdfignlojeljcjlggcjjhabjhojf |
説明 | Put the Star Alliance Search Link back on the ANA site, even if you have no miles in your ANA account. |
ファイルサイズ | 23.57 KB |
インストール数 | 254 |
現在のバージョン | 1.0.3 |
最終更新日 | 2014-02-24 |
公開日 | 2014-02-24 |
評価 | 4.67/5 合計 3 レビュー |
開発者 | Wandering Aramean |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "include_globs": [ "https:\/\/aswbe-i.ana.co.jp\/p_per\/sky_ip_per_jp\/preAwdSearchLogin.do*", "https:\/\/aswbe-i.ana.co.jp\/*\/p_per\/sky_ip_per_jp\/loginAction.do*" ], "js": [ "ANAStarALink.user.js" ], "matches": [ "https:\/\/aswbe-i.ana.co.jp\/p_per\/sky_ip_per_jp\/preAwdSearchLogin.do*", "https:\/\/aswbe-i.ana.co.jp\/*\/p_per\/sky_ip_per_jp\/loginAction.do*" ], "run_at": "document_idle" } ], "converted_from_user_script": true, "description": "Put the Star Alliance Search Link back on the ANA site, even if you have no miles in your ANA account.", "name": "ANA Star Link", "version": "1.0.3", "homepage_url": "http:\/\/wandr.me\/", "short_name": "ANA Star Link", "web_accessible_resources": [ "ANAStarALink.user.js" ], "icons": { "16": "icon16.jpg", "48": "icon48.jpg", "128": "icon128.jpg" } } |