AAA Discounts Finder

AAA Discounts

AAA Discounts Finder क्या है?

AAA Discounts Finder Automobile Club of Southern California (AAA) द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "AAA Discounts"।

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

screenshot

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

crx प्रारूप में AAA Discounts Finder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}