United Airlines MileagePlus® Shopping button

Activate award miles directly from 850+ store sites with one click and never miss out on miles again.

United Airlines MileagePlus® Shopping buttonคืออะไร?

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

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Overview:

Never miss out on miles again. Install the MileagePlus® Shopping button and earn miles directly at 850+ store sites with just one click.

Easy-to-activate reminders

As you shop online, the button will let you know when miles are available, so you can switch it on to earn miles per dollar at participating stores.

Enjoy savings at your fingertips

Shop savvier thanks to coupon codes that are automatically applied at checkout, plus a price comparison feature that shows you other retailers offering your items at a lower price. 

Compare mile offers

Shop and earn with confidence thanks to Google search results that clearly display the mile per dollar offers for participating stores.

View your earnings and offers

Easily check your recent earnings, extra miles and bonus offers so you can earn enough miles to reach your dream destination faster.

Let the miles you love come to you

If you love earning award miles, add the MileagePlus® Shopping button now to earn miles every time you shop at your favorite store sites. 


By downloading and installing the MileagePlus Shopping button, you are agreeing to the MileagePlus Shopping button EULA located at https://shopping.mileageplus.com/eula____.htm                    

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

ชื่อ United Airlines MileagePlus® Shopping button United Airlines MileagePlus® Shopping button
ID apcjkhjbhapedgbekhlhdkidpohpkfne
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/united-airlines-mileagepl/apcjkhjbhapedgbekhlhdkidpohpkfne
คำอธิบาย Activate award miles directly from 850+ store sites with one click and never miss out on miles again.
ขนาดไฟล์ 9.15 MB
จำนวนการติดตั้ง 119,723
เวอร์ชันปัจจุบัน 3.2.08
อัปเดตครั้งล่าสุด 2024-02-23
วันที่เผยแพร่ 2020-06-15
คะแนน 4.78/5 รวมทั้งหมด 243 คะแนน
ผู้พัฒนา https://shopping.mileageplus.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://shopping.mileageplus.com/eula____.htm
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "United Airlines MileagePlus\u00ae Shopping button",
    "version": "3.2.08",
    "description": "Activate award miles directly from 850+ store sites with one click and never miss out on miles again.",
    "homepage_url": "https:\/\/shopping.mileageplus.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-48.png",
            "32": "img\/icon-48.png"
        },
        "default_title": "MileagePlus\u00ae Shopping button"
    },
    "icons": {
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content\/*.css",
                "content\/*.svg"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}