Always On Rewards

Enjoy discounts and earn rewards when you shop online!

ما هو Always On Rewards؟

Always On Rewards هو إضافة Chrome تم تطويرها بواسطة Always On Rewards، والميزة الرئيسية لها هي "Enjoy discounts and earn rewards when you shop online!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Always On Rewards

قم بتنزيل ملفات الامتداد Always On Rewards بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        The Always On Rewards web browser extension is available to all EnergyAustralia customers and the general public who join the Always On Rewards program. This extension will help members earn rewards and find and apply the best discounts on purchases at participating online retailers.

Always On Rewards program members need to download this web browser extension to access exclusive online shopping offers and discounts and to earn rewards that can be applied towards their On by EnergyAustralia account, if applicable, or taken as cash back that is credited to their nominated bank account. 

It’s easy to get started:

1. Download Always On Rewards web browser extension.
2. Start shopping online, like you normally do.
3. Click ‘activate’ Always on Rewards when you’re shopping on a participating retailer’s website.
4. At the checkout of a participating retailer, click ‘Apply Discount Codes’ and we’ll find the best discount for you and apply it to your purchase.  Even if we can’t find a discount for you, you may still earn rewards on your shopping! 
5. Once your Always On Rewards are finalised they will be applied to your Always On Rewards account. Please note, there could be a delay with rewards appearing in your account.

Happy shopping!                    

معلومات أساسية عن التمديد

الاسم Always On Rewards Always On Rewards
ID neiliflnpfghagojnkldodaaiaphjopm
عنوان URL الرسمي https://chrome.google.com/webstore/detail/always-on-rewards/neiliflnpfghagojnkldodaaiaphjopm
الوصف Enjoy discounts and earn rewards when you shop online!
حجم الملف 1.07 MB
عدد التثبيتات 79
النسخة الحالية 1.3.10
آخر تحديث 2021-11-09
تاريخ النشر 2020-10-08
تقييم 5.00/5 مجموع تقييمات 1
المطور Always On Rewards
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://experienceon.com.au/always-on
عنوان صفحة سياسة الخصوصية https://www.energyaustralia.com.au/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Always On Rewards",
    "author": "Always On Rewards",
    "version": "1.3.10",
    "manifest_version": 2,
    "description": "Enjoy discounts and earn rewards when you shop online!",
    "icons": {
        "16": "icons\/off\/off_16x16.png",
        "32": "icons\/off\/off_32x32.png",
        "48": "icons\/off\/off_48x48.png",
        "128": "icons\/off\/off_128x128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_security_policy": "object-src 'self'",
    "permissions": [
        "",
        "tabs",
        "cookies",
        "alarms",
        "webRequest"
    ],
    "web_accessible_resources": [
        "*.*"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/off\/off_16x16.png",
            "32": "icons\/off\/off_32x32.png",
            "48": "icons\/off\/off_48x48.png",
            "128": "icons\/off\/off_128x128.png"
        },
        "default_title": "Always On Rewards",
        "default_popup": "ea-popup.html"
    },
    "options_page": "ea-options.html"
}