Flying Blue – Shop & Earn Miles

This extension lets you know when you can earn Flying Blue Award Miles on specific webshops.

Wat is Flying Blue – Shop & Earn Miles?

Flying Blue – Shop & Earn Miles is een Chrome-extensie ontwikkeld door https://rewards.flights, en de belangrijkste functie is "This extension lets you know when you can earn Flying Blue Award Miles on specific webshops.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Flying Blue – Shop & Earn Miles

Download Flying Blue – Shop & Earn Miles-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

                        With the Flying Blue Earning Online browser extension for Chrome, it becomes much easier to earn points while shopping at your favorite online stores. It can be difficult to remember which webshops are affiliated with Flying Blue, especially when you're shopping online and your focus is on other things. But with this handy browser extension, you will be reminded to make your purchases through the Flying Blue website, so you never miss out on any points.

The extension is easy to install and use. Once you've downloaded the extension, you'll receive a notification when you're on a website that is affiliated with Flying Blue. This means you don't have to search for affiliated online stores yourself, saving you time and effort.

Earned Flying Blue Miles can be use for KLM / Air France tickets.                    

Basisinformatie over de Extensie

Naam Flying Blue – Shop & Earn Miles Flying Blue – Shop & Earn Miles
ID dkmpgahpjfoicikbpmhmcichhedeaofk
Officiële URL https://chromewebstore.google.com/detail/flying-blue-%E2%80%93-shop-earn-m/dkmpgahpjfoicikbpmhmcichhedeaofk
Beschrijving This extension lets you know when you can earn Flying Blue Award Miles on specific webshops.
Bestandsgrootte 172 KB
Aantal Installaties 474
Huidige Versie 2.1.4
Laatst Bijgewerkt 2023-11-29
Publicatiedatum 2019-10-31
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar https://rewards.flights
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://rewards.flights
Help Pagina-URL https://cardmapr.nl/kennisbank/hoe-werkt-de-flying-blue-earning-online-extensie-voor-chrome-en-safari
Ondersteunde Talen en,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "2.1.4",
    "homepage_url": "https:\/\/www.flyingblueshopearn.nl\/",
    "description": "__MSG_appDesc__",
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/inject.js"
            ]
        }
    ],
    "default_locale": "en",
    "background": {
        "service_worker": "js\/bg.js"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "webNavigation",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": "images\/default\/icon-black-48.png"
    },
    "icons": {
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "96": "images\/icon-96.png",
        "128": "images\/icon-128.png",
        "256": "images\/icon-256.png",
        "512": "images\/icon-512.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "css\/popup.cs",
                "templates\/popup.html",
                "config\/partners.json"
            ]
        }
    ]
}