Qantas Shopping Points-Prompter

Browser extension for Qantas shopping

Apa itu Qantas Shopping Points-Prompter?

Qantas Shopping Points-Prompter adalah ekstensi Chrome yang dikembangkan oleh Qantas Airways, dan fitur utamanya adalah "Browser extension for Qantas shopping".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Qantas Shopping Points-Prompter

Unduh file ekstensi Qantas Shopping Points-Prompter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Qantas Shopping Points-Prompter Qantas Shopping Points-Prompter
ID jchomknmfdaeojlimglgebnjlijedgnk
URL Resmi https://chromewebstore.google.com/detail/qantas-shopping-points-pr/jchomknmfdaeojlimglgebnjlijedgnk
Deskripsi Browser extension for Qantas shopping
Ukuran File 413 KB
Jumlah Instalasi 195,890
Versi Saat Ini 3.0.4
Terakhir Diperbarui 2024-02-27
Tanggal Publikasi 2020-04-08
Penilaian 3.34/5 Total 64 Penilaian
Pengembang Qantas Airways
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://shopping.qantas.com
URL Halaman Bantuan https://shopping.qantas.com/faqs
URL Halaman Kebijakan Privasi https://shopping.qantas.com/offers/points-prompter-privacy-policy
Bahasa yang Didukung 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"
    }
}