Qantas Shopping Points-Prompter

Browser extension for Qantas shopping

Was ist Qantas Shopping Points-Prompter?

Qantas Shopping Points-Prompter ist eine Chrome-Erweiterung, die von Qantas Airways entwickelt wurde, und ihr Hauptmerkmal ist "Browser extension for Qantas shopping".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Qantas Shopping Points-Prompter-Erweiterungs-CRX-Datei herunterladen

Laden Sie Qantas Shopping Points-Prompter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Qantas Shopping Points-Prompter Qantas Shopping Points-Prompter
ID jchomknmfdaeojlimglgebnjlijedgnk
Offizielle URL https://chromewebstore.google.com/detail/qantas-shopping-points-pr/jchomknmfdaeojlimglgebnjlijedgnk
Beschreibung Browser extension for Qantas shopping
Dateigröße 413 KB
Installationsanzahl 195,890
Aktuelle Version 3.0.4
Letztes Update 2024-02-27
Veröffentlichungsdatum 2020-04-08
Bewertung 3.34/5 Insgesamt 64 Bewertungen
Entwickler Qantas Airways
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://shopping.qantas.com
Hilfeseite URL https://shopping.qantas.com/faqs
URL der Datenschutzrichtlinien-Seite https://shopping.qantas.com/offers/points-prompter-privacy-policy
Unterstützte Sprachen 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"
    }
}