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 là gì?

British Airways Avios Collection Reminder là một tiện ích mở rộng Chrome được phát triển bởi https://shopping.ba.com, và tính năng chính của nó là "A Chrome browser plugin that will remind BA customers which retailers they can collect Avios points with.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng British Airways Avios Collection Reminder

Tải xuống các tệp mở rộng British Airways Avios Collection Reminder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên British Airways Avios Collection Reminder British Airways Avios Collection Reminder
ID hbhpmkcbobfmndllbcllnooeaghkdoka
URL Chính Thức https://chromewebstore.google.com/detail/british-airways-avios-col/hbhpmkcbobfmndllbcllnooeaghkdoka
Mô tả A Chrome browser plugin that will remind BA customers which retailers they can collect Avios points with.
Kích Thước Tệp 230 KB
Số Lần Cài Đặt 8,373
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2023-08-24
Ngày Phát Hành 2020-06-07
Đánh Giá 2.63/5 Tổng số 16 Đánh Giá
Nhà Phát Triển https://shopping.ba.com
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://shopping.ba.com/collection-reminder
URL Trang Chính Sách Bảo Mật https://www.shopping.ba.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}