ANA Star Link

Put the Star Alliance Search Link back on the ANA site, even if you have no miles in your ANA account.

O que é ANA Star Link?

ANA Star Link é uma extensão do Chrome desenvolvida por Wandering Aramean, e sua principal característica é "Put the Star Alliance Search Link back on the ANA site, even if you have no miles in your ANA account.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão ANA Star Link

Baixe arquivos de extensão ANA Star Link no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome ANA Star Link ANA Star Link
ID dmamhdfignlojeljcjlggcjjhabjhojf
URL Oficial https://chromewebstore.google.com/detail/ana-star-link/dmamhdfignlojeljcjlggcjjhabjhojf
Descrição Put the Star Alliance Search Link back on the ANA site, even if you have no miles in your ANA account.
Tamanho do Arquivo 23.57 KB
Contagem de Instalações 254
Versão Atual 1.0.3
Última Atualização 2014-02-24
Data de Publicação 2014-02-24
Classificação 4.67/5 Total de 3 Avaliações
Desenvolvedor Wandering Aramean
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}