AAA Discounts Finder

AAA Discounts

AAA Discounts Finder란 무엇입니까?

AAA Discounts Finder은(는) Automobile Club of Southern California (AAA)에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "AAA Discounts"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        AAA Discounts Finder helps members* save money and time and gives you the savings power of your membership at your fingertips. Save on everything from attraction tickets to electronics and travel to entertainment – every day.

Download  - add to your computer and it’s 100% free
Shop - Automatically receive alerts of savings amounts when discounts are found
Save - Click  “Get discount” to make your purchase and receive your member savings

See how it pays to be a member
 - AAA Discounts Finder automatically alerts you of member savings when you shop online
 - Members save an average of $170 per year**
 - Find savings at over 10,000 participating sites nationwide



*Available to members of Alabama, East Central, Hawaii, New Mexico, Northern New England, Texas, Tidewater, VA, AAA clubs, and members of Automobile Club of Missouri and Automobile Club of Southern California.
**2022 AAA U.S. Market Track national surveys                    

확장 프로그램 기본 정보

이름 AAA Discounts Finder AAA Discounts Finder
ID abjijcjbdjnkeajfjgidhgcmanipbcom
공식 URL https://chromewebstore.google.com/detail/aaa-discounts-finder/abjijcjbdjnkeajfjgidhgcmanipbcom
설명 AAA Discounts
파일 크기 1.45 MB
설치 횟수 7,194
현재 버전 1.0.5.0
최근 업데이트 2023-12-16
출시 날짜 2022-09-14
평점 2.00/5 총 2 개의 평점
개발자 Automobile Club of Southern California (AAA)
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.ace.aaa.com/legal/privacy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AAA Discounts Finder",
    "version": "1.0.5.0",
    "description": "AAA Discounts",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "action": {
        "default_popup": ".\/index.html",
        "default_icon": "AAA_Favicon_128x128.png",
        "offerFound_icon": "AAA_Favicon_128x128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/*\/_\/chrome\/newtab*",
                "*:\/\/*\/_\/chrome\/*",
                "https:\/\/www.ace.aaa.com\/*",
                "https:\/\/discounts.calif.aaa.com\/*",
                "https:\/\/aaaclub.memberdeals.com\/*"
            ],
            "js": [
                ".\/main.js",
                ".\/content.js"
            ],
            "css": [
                ".\/main.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "16": "AAA_Favicon_16x16.png",
        "48": "AAA_Favicon_48x48.png",
        "128": "AAA_Favicon_128x128.png"
    }
}