Delta Air Lines SkyMiles® Shopping button

Never miss out on miles with Delta again. Install the SkyMiles® Shopping browser extension and activate miles at hundreds of stores.

Τι είναι το Delta Air Lines SkyMiles® Shopping button;

Το Delta Air Lines SkyMiles® Shopping button είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.skymilesshopping.com, και η κύρια λειτουργία του είναι "Never miss out on miles with Delta again. Install the SkyMiles® Shopping browser extension and activate miles at hundreds of stores.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Delta Air Lines SkyMiles® Shopping button

Λήψη αρχείων επέκτασης Delta Air Lines SkyMiles® Shopping button σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Easy-to-activate reminders.

The button lets you know when to activate and earn airline rewards as you shop online at participating stores.

Enjoy savings at your fingertips from your airline loyalty program.

Shop savvier and enjoy rewards thanks to coupon codes that are automatically applied at checkout, plus a price comparison feature that shows you other retailers offering your item(s) at a lower price.

Compare mileage offers.

Shop and earn airline rewards 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 Delta Air lines miles to reach your next dream destination faster!

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

By downloading and installing the Delta Air Lines SkyMiles® Shopping button, you are agreeing to the Delta Air Lines SkyMiles® Shopping button EULA located at: https://www.skymilesshopping.com/eula____.htm 

Privacy Policy: https://www.delta.com/us/en/legal/privacy-and-security                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Delta Air Lines SkyMiles® Shopping button Delta Air Lines SkyMiles® Shopping button
ID mkgbnjpecbelajilbdeokhehjfbeglgf
Επίσημο URL https://chromewebstore.google.com/detail/delta-air-lines-skymiles%C2%AE/mkgbnjpecbelajilbdeokhehjfbeglgf
Περιγραφή Never miss out on miles with Delta again. Install the SkyMiles® Shopping browser extension and activate miles at hundreds of stores.
Μέγεθος Αρχείου 10.39 MB
Αριθμός Εγκαταστάσεων 66,059
Τρέχουσα Έκδοση 3.2.08
Τελευταία Ενημέρωση 2024-02-29
Ημερομηνία Δημοσίευσης 2020-06-26
Αξιολόγηση 4.78/5 Συνολικά 115 Αξιολογήσεις
Προγραμματιστής https://www.skymilesshopping.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.skymilesshopping.com
Διεύθυνση URL της Σελίδας Βοήθειας https://www.skymilesshopping.com/contact____.htm
URL της Σελίδας Πολιτικής Απορρήτου https://www.delta.com/us/en/legal/privacy-and-security
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Delta Air Lines SkyMiles\u00ae Shopping button",
    "version": "3.2.08",
    "description": "Never miss out on miles with Delta again. Install the SkyMiles\u00ae Shopping browser extension and activate miles at hundreds of stores.",
    "homepage_url": "https:\/\/americanexpress.skymilesshopping.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": "SkyMiles\u00ae Shopping button"
    },
    "icons": {
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content\/*.css",
                "content\/*.svg"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}