Rapid Rewards Shopping® button

Activate Southwest Airlines Rapid Rewards® points directly from 850+ store sites with one click and never miss out on points again.

Rapid Rewards Shopping® buttonคืออะไร?

Rapid Rewards Shopping® button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://rapidrewardsshopping.southwest.com และคุณลักษณะหลักของมันคือ "Activate Southwest Airlines Rapid Rewards® points directly from 850+ store sites with one click and never miss out on points again."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rapid Rewards Shopping® button

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

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

                        By downloading and installing the Rapid Rewards Shopping button, you are agreeing to the Rapid Rewards Shopping button EULA located at https://rapidrewardsshopping.southwest.com/eula____.htm

Benefits of Rapid Rewards® Shopping button:

— Easy-to-activate reminders.
The button will let you know when it’s time to activate and earn points per dollar seamlessly as you shop online.
 
— Compare points offers.
See which store is offering the most points per dollar right in your Google search results.

— View your recent earnings.
Track your shopping history and see how many points you’ve been earning. Then celebrate by booking your dream trip with a Southwest Airlines reward flight.

— Enjoy savings at your fingertips.

Shop savvier thanks to coupon codes that are automatically applied at checkout, helping you get the best deal.

—Do less work and still earn Southwest Airline Rapid Rewards points.
Just visit your favorite store sites as you normally would and easily activate points as you shop. 

Privacy Policy: https://www.southwest.com/html/about-southwest/terms-and-conditions/privacy-policy-pol.html                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Rapid Rewards Shopping® button Rapid Rewards Shopping® button
ID iblgdcjagdifpikcobibfpkddkphllmc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/rapid-rewards-shopping%C2%AE-b/iblgdcjagdifpikcobibfpkddkphllmc
คำอธิบาย Activate Southwest Airlines Rapid Rewards® points directly from 850+ store sites with one click and never miss out on points again.
ขนาดไฟล์ 4.93 MB
จำนวนการติดตั้ง 205,341
เวอร์ชันปัจจุบัน 2.2.40
อัปเดตครั้งล่าสุด 2024-03-01
วันที่เผยแพร่ 2020-06-22
คะแนน 4.81/5 รวมทั้งหมด 727 คะแนน
ผู้พัฒนา https://rapidrewardsshopping.southwest.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://rapidrewardsshopping.southwest.com/button/
URL หน้าช่วยเหลือ https://rapidrewardsshopping.southwest.com/faq____.htm
URL หน้านโยบายความเป็นส่วนตัว https://www.southwest.com/html/about-southwest/terms-and-conditions/privacy-policy-pol.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rapid Rewards Shopping\u00ae button",
    "version": "2.2.40",
    "description": "Activate Southwest Airlines Rapid Rewards\u00ae points directly from 850+ store sites with one click and never miss out on points again.",
    "homepage_url": "https:\/\/rapidrewardsshopping.southwest.com",
    "author": "Cartera",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "webNavigation",
        "webRequest",
        "storage",
        "unlimitedStorage",
        "cookies",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "bg\/bundle.js"
    },
    "content_scripts": [
        {
            "js": [
                "content\/bundle.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/icon-32.png",
            "32": "img\/icon-32.png"
        },
        "default_title": "Rapid Rewards Shopping\u00ae button"
    },
    "icons": {
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content\/*.css",
                "content\/*.svg"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}