award.flights
Find all the awards!
Wat is award.flights?
award.flights is een Chrome-extensie ontwikkeld door https://award.flights, en de belangrijkste functie is "Find all the awards!".
Extensie Screenshots
Download het CRX-bestand van de extensie award.flights
Download award.flights-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | cgkmhlnbmfjmlplmcdnannneiplmjiba |
| Officiële URL | https://chromewebstore.google.com/detail/awardflights/cgkmhlnbmfjmlplmcdnannneiplmjiba |
| Beschrijving | Find all the awards! |
| Bestandsgrootte | 2.06 MB |
| Aantal Installaties | 5,683 |
| Huidige Versie | 1.0.36 |
| Laatst Bijgewerkt | 2020-01-03 |
| Publicatiedatum | 2020-01-02 |
| Beoordeling | 4.29/5 Totaal 7 Beoordelingen |
| Ontwikkelaar | https://award.flights |
| Betalingswijze | free |
| Extensiewebsite | https://award.flights |
| Help Pagina-URL | https://award.flights/guide/ |
| Ondersteunde Talen | 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"
} | |