Alaska Airlines Mileage Plan™ Shopping button

Activate Alaska Airlines Mileage Plan™ miles directly from 850+ store sites with one click and never miss out on miles again.

What is Alaska Airlines Mileage Plan™ Shopping button?

Alaska Airlines Mileage Plan™ Shopping button is a Chrome extension developed by https://www.mileageplanshopping.com, and its main feature is "Activate Alaska Airlines Mileage Plan™ miles directly from 850+ store sites with one click and never miss out on miles again.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download Alaska Airlines Mileage Plan™ Shopping button Extension CRX File

Download Alaska Airlines Mileage Plan™ Shopping button extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Shop online and never miss out on airline rewards again. Install the Alaska Airlines Mileage Plan™ Shopping browser extension to leverage the benefits of shopping online and activate miles directly from 850+ store sites with one click.

Easy-to-activate reminders.

The button lets you know when to activate and earn miles per dollar as you shop online 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 airline loyalty mileage offers.

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

View your recent earnings.

Enjoy easy access to your recent earnings, extra miles, and bonus offers – and effortlessly earn more miles to reach your next dream destination faster!

Let the miles you love come to you.

If you love earning Mileage Plan Shopping miles, add the Mileage Plan Shopping button now to earn airline loyalty miles every time you shop at your favorite online stores. 

By downloading and installing the Mileage Plan Shopping button, you are agreeing to the Mileage Plan Shopping button EULA located at: https://www.mileageplanshopping.com/eula____.htm 

Privacy Policy: https://www.alaskaair.com/content/legal/privacy-policy?lid=footer:privacyPolicy                    

Extension Basic Information

Name Alaska Airlines Mileage Plan™ Shopping button Alaska Airlines Mileage Plan™ Shopping button
ID bpncppnllngfgpcclmpjdlhokgbdkpdh
Official URL https://chromewebstore.google.com/detail/alaska-airlines-mileage-p/bpncppnllngfgpcclmpjdlhokgbdkpdh
Description Activate Alaska Airlines Mileage Plan™ miles directly from 850+ store sites with one click and never miss out on miles again.
File Size 19.69 MB
Installation Count 85,456
Current Version 2.2.40
Last Updated 2024-03-01
Publish Date 2020-06-04
Rating 4.83/5 Total 156 Ratings
Developer https://www.mileageplanshopping.com
Email [email protected]
Payment Type free
Extension Website https://chrome.google.com/webstore/detail/alaska-airlines-mileage-p/bpncppnllngfgpcclmpjdlhokgbdkpdh
Help Page URL https://www.mileageplanshopping.com/contact____.htm
Privacy Policy Page URL https://www.alaskaair.com/content/legal/privacy-policy?lid=footer:privacyPolicy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Alaska Airlines Mileage Plan\u2122 Shopping button",
    "version": "2.2.40",
    "description": "Activate Alaska Airlines Mileage Plan\u2122 miles directly from 850+ store sites with one click and never miss out on miles again.",
    "homepage_url": "https:\/\/www.mileageplanshopping.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-38.png",
            "32": "img\/icon-38.png"
        },
        "default_title": "Mileage Plan\u2122 Shopping button"
    },
    "icons": {
        "48": "img\/icon-38.png",
        "128": "img\/icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content\/*.css",
                "content\/*.svg"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}