Avios Reminder: Automatic rewards

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

Cos'è Avios Reminder: Automatic rewards?

Avios Reminder: Automatic rewards è un'estensione di Chrome sviluppata da opista, e la sua funzione principale è "Maximize Avios with every purchase! Get notified on Avios-awarding sites and find participating retailers".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Avios Reminder: Automatic rewards

Scarica i file di estensione Avios Reminder: Automatic rewards in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Avios Reminder: Automatic rewards Avios Reminder: Automatic rewards
ID lkcogehgaekpbdgbhalkdijfdbgliecl
URL Ufficiale https://chromewebstore.google.com/detail/avios-reminder-automatic/lkcogehgaekpbdgbhalkdijfdbgliecl
Descrizione Maximize Avios with every purchase! Get notified on Avios-awarding sites and find participating retailers
Dimensione del File 268 KB
Conteggio Installazioni 315
Versione Corrente 1.3.0
Ultimo Aggiornamento 2024-01-17
Data di Pubblicazione 2020-05-27
Valutazione 4.33/5 Totale 3 Valutazioni
Sviluppatore opista
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://opista.com/apps/avios-reminder
URL della Pagina di Aiuto https://opista.com/apps/avios-reminder#faq
Lingue Supportate 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:\/\/*\/"
    ]
}