AAA Discounts

Get AAA Deal Shopping Alerts

AAA Discounts란 무엇입니까?

AAA Discounts은(는) https://aaaextension.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get AAA Deal Shopping Alerts"입니다.

확장 프로그램 스크린샷

screenshot

AAA Discounts 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        AAA Members – never miss a member deal! The AAA Discounts extension alerts you to AAA deals on thousands of offers from top retailers, where you’ll receive instant discounts or earn AAA Dollars, which can be redeemed for cash back!

- Let the deals find you
Get pop-up alerts of AAA savings every time you shop and search online.

- Save time and money
See member-only savings when you search online or visit partner websites as you normally do. Click the alert and get the deal!

- Save with thousands of offers
Click and save on everything from shoes to electronics and travel to entertainment.

- Effortless savings 
AAA Members save an average of $170 per year* and AAA Discounts makes it easier than ever.

Get the most out of your membership by installing this extension now! 

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Disclaimers: 
*Members who use AAA discounts save an average of $170 annually. 2022 AAA U.S. Market Track national surveys. 

AAA Discounts extension is only available to active members of participating AAA clubs.                    

확장 프로그램 기본 정보

이름 AAA Discounts AAA Discounts
ID ocllmfmdijcdkdgoofhionpjchbdfgpb
공식 URL https://chromewebstore.google.com/detail/aaa-discounts/ocllmfmdijcdkdgoofhionpjchbdfgpb
설명 Get AAA Deal Shopping Alerts
파일 크기 432 KB
설치 횟수 23,936
현재 버전 1.4.41
최근 업데이트 2023-12-20
출시 날짜 2023-04-27
평점 2.59/5 총 27 개의 평점
개발자 https://aaaextension.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://aaaextension.com
개인정보 보호 정책 페이지 URL https://aaaextension.com/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4.41",
    "manifest_version": 3,
    "name": "AAA Discounts",
    "description": "Get AAA Deal Shopping Alerts",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "storage",
        "alarms"
    ],
    "optional_permissions": [
        "scripting",
        "tabs",
        "webRequest"
    ],
    "optional_host_permissions": [
        "https:\/\/*\/*"
    ],
    "action": {
        "default_icon": {
            "16": "action-icons\/default-16.png",
            "32": "action-icons\/default-32.png",
            "48": "action-icons\/default-48.png",
            "128": "action-icons\/default-128.png"
        },
        "default_title": "AAA Discounts - Get AAA Deal Shopping Alerts"
    },
    "icons": {
        "128": "icons\/default-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "icons\/*",
                "webContentScripts\/*"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}