Avios Reminder: Automatic rewards

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

Was ist Avios Reminder: Automatic rewards?

Avios Reminder: Automatic rewards ist eine Chrome-Erweiterung, die von opista entwickelt wurde, und ihr Hauptmerkmal ist "Maximize Avios with every purchase! Get notified on Avios-awarding sites and find participating retailers".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Avios Reminder: Automatic rewards-Erweiterungs-CRX-Datei herunterladen

Laden Sie Avios Reminder: Automatic rewards-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Avios Reminder: Automatic rewards Avios Reminder: Automatic rewards
ID lkcogehgaekpbdgbhalkdijfdbgliecl
Offizielle URL https://chromewebstore.google.com/detail/avios-reminder-automatic/lkcogehgaekpbdgbhalkdijfdbgliecl
Beschreibung Maximize Avios with every purchase! Get notified on Avios-awarding sites and find participating retailers
Dateigröße 268 KB
Installationsanzahl 315
Aktuelle Version 1.3.0
Letztes Update 2024-01-17
Veröffentlichungsdatum 2020-05-27
Bewertung 4.33/5 Insgesamt 3 Bewertungen
Entwickler opista
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://opista.com/apps/avios-reminder
Hilfeseite URL https://opista.com/apps/avios-reminder#faq
Unterstützte Sprachen 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:\/\/*\/"
    ]
}