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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    }
}