award.flights
Find all the awards!
什么是award.flights?
award.flights是由https://award.flights开发的Chrome扩展程序,该扩展的主要功能是“Find all the awards!”。
扩展截图
下载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. 扩展基本信息
| 名称 | |
| 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"
} | |