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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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