Qantas Shopping Points-Prompter

Browser extension for Qantas shopping

什麼是Qantas Shopping Points-Prompter?

Qantas Shopping Points-Prompter是由Qantas Airways開發的Chrome擴展程式,該擴展的主要功能是“Browser extension for Qantas shopping”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Qantas Shopping Points-Prompter擴展crx文件

下載Qantas Shopping Points-Prompter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Qantas Shopping Points-Prompter Qantas Shopping Points-Prompter
ID jchomknmfdaeojlimglgebnjlijedgnk
官方網址 https://chromewebstore.google.com/detail/qantas-shopping-points-pr/jchomknmfdaeojlimglgebnjlijedgnk
簡介 Browser extension for Qantas shopping
檔案大小 413 KB
安裝次數 195,890
目前版本 3.0.4
更新時間 2024-02-27
上架時間 2020-04-08
評分 3.34/5 共 64 次評分
開發者 Qantas Airways
電子郵箱 [email protected]
付費類型 free
擴展官網 https://shopping.qantas.com
說明頁面URL https://shopping.qantas.com/faqs
隱私政策頁面URL https://shopping.qantas.com/offers/points-prompter-privacy-policy
支援的語言 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"
    }
}