Flying Blue – Shop & Earn Miles

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

Flying Blue – Shop & Earn Miles क्या है?

Flying Blue – Shop & Earn Miles https://rewards.flights द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension lets you know when you can earn Flying Blue Award Miles on specific webshops."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Flying Blue – Shop & Earn Miles एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Flying Blue – Shop & Earn Miles Flying Blue – Shop & Earn Miles
ID dkmpgahpjfoicikbpmhmcichhedeaofk
आधिकारिक URL https://chromewebstore.google.com/detail/flying-blue-%E2%80%93-shop-earn-m/dkmpgahpjfoicikbpmhmcichhedeaofk
विवरण This extension lets you know when you can earn Flying Blue Award Miles on specific webshops.
फ़ाइल का आकार 172 KB
स्थापना संख्या 474
वर्तमान संस्करण 2.1.4
अंतिम अपडेट 2023-11-29
प्रकाशन तिथि 2019-10-31
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर https://rewards.flights
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://rewards.flights
सहायता पृष्ठ URL https://cardmapr.nl/kennisbank/hoe-werkt-de-flying-blue-earning-online-extensie-voor-chrome-en-safari
समर्थित भाषाएँ 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"
            ]
        }
    ]
}