British Airways Avios Collection Reminder

A Chrome browser plugin that will remind BA customers which retailers they can collect Avios points with.

什麼是British Airways Avios Collection Reminder?

British Airways Avios Collection Reminder是由https://shopping.ba.com開發的Chrome擴展程式,該擴展的主要功能是“A Chrome browser plugin that will remind BA customers which retailers they can collect Avios points with.”。

擴展截圖

screenshot

下載British Airways Avios Collection Reminder擴展crx文件

下載British Airways Avios Collection Reminder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Never miss out on collecting Avios through eStore again with the British Airways Avios Collection Reminder. Over 200 of our most popular brands are included. 

Add the reminder to your browser to: 

* See where you can collect Avios online when you search for products or brands. 

* Find out the current Avios collection rate for a brand. 

* Shop without having to go to eStore every time. 

Remember purchase conditions may appply for some brands, always check the merchant page on eStore. By using the Collection Reminder you are agreeing to the normal eStore terms and conditions.                    

擴展基本資訊

名稱 British Airways Avios Collection Reminder British Airways Avios Collection Reminder
ID hbhpmkcbobfmndllbcllnooeaghkdoka
官方網址 https://chromewebstore.google.com/detail/british-airways-avios-col/hbhpmkcbobfmndllbcllnooeaghkdoka
簡介 A Chrome browser plugin that will remind BA customers which retailers they can collect Avios points with.
檔案大小 230 KB
安裝次數 8,373
目前版本 2.0.0
更新時間 2023-08-24
上架時間 2020-06-07
評分 2.63/5 共 16 次評分
開發者 https://shopping.ba.com
電子郵箱 [email protected]
付費類型 free
說明頁面URL https://shopping.ba.com/collection-reminder
隱私政策頁面URL https://www.shopping.ba.com/privacy
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.0.0",
    "short_name": "BA Collection Reminder",
    "name": "British Airways Avios Collection Reminder",
    "description": "A Chrome browser plugin that will remind BA customers which retailers they can collect Avios points with.",
    "incognito": "split",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.google.com\/search*",
                "https:\/\/*.google.co.uk\/search*"
            ],
            "js": [
                "content.js",
                "static\/js\/inject.js",
                "static\/js\/vendor.js"
            ],
            "css": [
                "static\/css\/inject.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "permissions": [
        "tabs",
        "cookies",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.shopping.ba.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "static\/js\/inject.js",
                "static\/js\/vendor.js",
                "static\/css\/inject.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}