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.”。

扩展截图

screenshot

下载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 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"
    }
}