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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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:\/\/*\/"
    ]
}