award.flights

Find all the awards!

award.flightsคืออะไร?

award.flights เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://award.flights และคุณลักษณะหลักของมันคือ "Find all the awards!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย award.flights

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}