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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension lets you know when you can earn Flying Blue Award Miles on specific webshops."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Flying Blue – Shop & Earn Miles 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            ]
        }
    ]
}