Qantas Shopping Points-Prompter

Browser extension for Qantas shopping

Co je Qantas Shopping Points-Prompter?

Qantas Shopping Points-Prompter je rozšíření Chrome vyvinuté Qantas Airways, a jeho hlavní funkcí je „Browser extension for Qantas shopping“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Qantas Shopping Points-Prompter

Stáhněte si soubory rozšíření Qantas Shopping Points-Prompter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Qantas Shopping Points-Prompter is for every Qantas Frequent Flyer member who shops online and wants to ensure they’re earning Qantas Points. Points-Prompter brings the points-boosting opportunities to you while you’re shopping at hundreds of online stores. 

1. Add to browser - it's quick, easy and free. 
2. Shop online - when browsing a store, you'll receive a prompt to let you know you can earn Qantas Points. 
3. Be rewarded - earn points shopping at supported stores including eBay, David Jones, rebel, PETstock and many more.

Never miss another opportunity to earn points whilst shopping online.

Not a Qantas Frequent Flyer member? Join for free at: https://www.qantaspoints.com/join-now?code=POINTSPROMPTER

Important Information

The Qantas Shopping Points-Prompter requires a member to be authenticated in order to track & earn Qantas Points via Qantas Shopping. The Qantas Shopping Points-Prompter will create and use cookies in order to identify you. An encrypted unique identifier (not your Qantas Frequent Flyer number) and your first name will be saved in the cookie. This cookie is stored in your browser so that you don’t need to log in every time you use Qantas Shopping. The cookie will expire after 365 days or you can log out of the Qantas Shopping Points-Prompter to delete the cookie.

The Qantas Shopping Points Prompter uses your browsing history to allow track & earn of Qantas Points via Qantas Shopping. The Qantas Shopping Points-Prompter does not retain or share any of your data, including your browsing history.

By installing the Qantas Shopping Points-Prompter you agree to the Terms and Conditions of the Qantas Frequent Flyer program, the Qantas Privacy Policy and the Qantas Shopping Terms and Conditions. Select stores have opted out of Qantas Shopping Points-Prompter notifications being displayed on their website. This can be temporary or on occasion. If this is the case, simply visit the store’s retailer page at shopping.qantas.com to earn Qantas Points. Individual retailer terms and conditions apply, please check the individual retailer's offer at time of purchase. Please visit shopping.qantas.com/points-prompter for more information. 

Complimentary Qantas Frequent Flyer membership is offered by Qantas Airways Limited ABN 16 009 661 901. This offer may be withdrawn at any time. This offer is not available in conjunction with any other offer. Qantas Frequent Flyer membership and the earning and redemption of Qantas Points are subject to the Terms and Conditions of the Qantas Frequent Flyer program and each application is subject to approval by Qantas.                    

Základní Informace o Rozšíření

Název Qantas Shopping Points-Prompter Qantas Shopping Points-Prompter
ID jchomknmfdaeojlimglgebnjlijedgnk
Oficiální URL https://chromewebstore.google.com/detail/qantas-shopping-points-pr/jchomknmfdaeojlimglgebnjlijedgnk
Popis Browser extension for Qantas shopping
Velikost souboru 413 KB
Počet instalací 195,890
Aktuální Verze 3.0.4
Poslední Aktualizace 2024-02-27
Datum Vydání 2020-04-08
Hodnocení 3.34/5 Celkem 64 Hodnocení
Vývojář Qantas Airways
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://shopping.qantas.com
URL Stránky Nápovědy https://shopping.qantas.com/faqs
URL Stránky Zásad Ochrany Soukromí https://shopping.qantas.com/offers/points-prompter-privacy-policy
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Qantas Shopping Points-Prompter",
    "version": "3.0.4",
    "manifest_version": 3,
    "description": "Browser extension for Qantas shopping",
    "icons": {
        "16": "assets\/icons\/default_16x16.png",
        "24": "assets\/icons\/default_24x24.png",
        "32": "assets\/icons\/default_32x32.png",
        "128": "assets\/icons\/default_128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/content.js"
            ],
            "all_frames": false,
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.google.com\/*",
                "*:\/\/*.google.com.au\/*"
            ],
            "js": [
                "content_google\/content_google.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "service_worker": "background\/background.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "cookies",
        "webRequest"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "options_ui": {
        "page": "options\/index.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/icons\/offer_available_32x32.png",
                "assets\/*.woff",
                "content\/content.js.map",
                "content_google\/content_google.js.map"
            ],
            "matches": [
                "*:\/\/*.google.com\/*",
                ""
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "assets\/icons\/default_16x16.png",
            "24": "assets\/icons\/default_24x24.png",
            "32": "assets\/icons\/default_32x32.png",
            "128": "assets\/icons\/default_128x128.png"
        },
        "default_title": "Qantas Shopping",
        "default_popup": "popup\/index.html"
    }
}