award.flights

Find all the awards!

award.flightsとは何ですか?

award.flightsはhttps://award.flightsによって開発されたChromeの拡張機能で、その主な機能は「Find all the awards!」です。

拡張機能のスクリーンショット

screenshot

award.flights拡張機能のCRXファイルをダウンロード

award.flights拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Search for award flights on multiple carriers and cabins. 

Supported carriers:NH, BA, EY, SQ, JL, AC, QF, KL

Multi origin/destination search

Search multiple days.

Save searches for easier monitoring of flights.                    

拡張機能の基本情報

名前 award.flights award.flights
ID cgkmhlnbmfjmlplmcdnannneiplmjiba
公式URL https://chromewebstore.google.com/detail/awardflights/cgkmhlnbmfjmlplmcdnannneiplmjiba
説明 Find all the awards!
ファイルサイズ 2.06 MB
インストール数 5,683
現在のバージョン 1.0.36
最終更新日 2020-01-03
公開日 2020-01-02
評価 4.29/5 合計 7 レビュー
開発者 https://award.flights
支払い方法 free
拡張機能のウェブサイト https://award.flights
ヘルプページのURL https://award.flights/guide/
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "award.flights",
    "short_name": "award.flights",
    "description": "Find all the awards!",
    "version": "1.0.36",
    "permissions": [
        "tabs",
        "activeTab",
        "webNavigation",
        "storage",
        "notifications",
        "https:\/\/www.britishairways.com\/*",
        "https:\/\/www.aeroplan.com\/*",
        "https:\/\/*.ana.co.jp\/*",
        "http:\/\/www.etihad.com\/*",
        "https:\/\/*.etihad.com\/*",
        "https:\/\/*.jal.co.jp\/*",
        "http:\/\/*.jal.co.jp\/*",
        "https:\/\/*.singaporeair.com\/*",
        "http:\/\/www.qantas.com\/*",
        "https:\/\/*.qantas.com\/*",
        "https:\/\/*.qantas.com.au\/*",
        "https:\/\/*.klm.com\/*",
        "https:\/\/wwws.klm.us\/*",
        "https:\/\/www.klm.us\/*",
        "https:\/\/klm.nl\/*",
        "https:\/\/*.klm.nl\/*",
        "https:\/\/*.lifemiles.com\/*",
        "https:\/\/award.flights\/*",
        "https:\/\/www.buymeacoffee.com"
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "browser_action": {
        "default_title": "award.flights"
    },
    "icons": {
        "16": "assets\/Icon-16.png",
        "48": "assets\/Icon-48.png",
        "128": "assets\/Icon-128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/apis.google.com; object-src 'self'",
    "incognito": "split"
}