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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Maximize Avios with every purchase! Get notified on Avios-awarding sites and find participating retailers"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Avios Reminder: Automatic rewards एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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:\/\/*\/"
    ]
}