Avios Reminder: Automatic rewards

Maximize Avios with every purchase! Get notified on Avios-awarding sites and find participating retailers

什麼是Avios Reminder: Automatic rewards?

Avios Reminder: Automatic rewards是由opista開發的Chrome擴展程式,該擴展的主要功能是“Maximize Avios with every purchase! Get notified on Avios-awarding sites and find participating retailers”。

擴展截圖

screenshot
screenshot
screenshot

下載Avios Reminder: Automatic rewards擴展crx文件

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

擴展使用說明

                        Install Avios Reminder in seconds to earn Avios effortlessly to accumulate points faster than ever.

🪄 Shop & Earn: Automatically earn Avios at 100s of online retailers.

🔔 Instant Alerts: Get notified instantly when you visit a retailer’s site that offers Avios.

🔎 Find Deals Easily: Search for retailers with Avios deals directly through the extension.

Shopping online has never been more rewarding. When you visit a website, Avios Reminder checks for available Avios offers. If there’s a deal and you've logged in before, you’re automatically enrolled, and a confirmation popup appears. If not, a simple click on our popup takes you to the best BA Shopping Offers. Get the extension today and start turning your shopping into rewards!                    

擴展基本資訊

名稱 Avios Reminder: Automatic rewards Avios Reminder: Automatic rewards
ID lkcogehgaekpbdgbhalkdijfdbgliecl
官方網址 https://chromewebstore.google.com/detail/avios-reminder-automatic/lkcogehgaekpbdgbhalkdijfdbgliecl
簡介 Maximize Avios with every purchase! Get notified on Avios-awarding sites and find participating retailers
檔案大小 268 KB
安裝次數 315
目前版本 1.3.0
更新時間 2024-01-17
上架時間 2020-05-27
評分 4.33/5 共 3 次評分
開發者 opista
電子郵箱 [email protected]
付費類型 free
擴展官網 https://opista.com/apps/avios-reminder
說明頁面URL https://opista.com/apps/avios-reminder#faq
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Avios Reminder: Automatic rewards",
    "description": "Maximize Avios with every purchase! Get notified on Avios-awarding sites and find participating retailers",
    "version": "1.3.0",
    "icons": {
        "18": "icons\/18.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Avios Reminder",
        "default_popup": "menu\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}