AAA Discounts

Get AAA Deal Shopping Alerts

AAA Discountsคืออะไร?

AAA Discounts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://aaaextension.com และคุณลักษณะหลักของมันคือ "Get AAA Deal Shopping Alerts"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AAA Discounts

ดาวน์โหลดไฟล์ส่วนขยาย AAA Discounts ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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:\/\/*\/*"
            ]
        }
    ]
}