The Lucky Checkout Shopping Tool

The Lucky Checkout shopping tool gives you vouchers, discounts & offers every time you shop and a huge cash prize on your lucky day.

What is The Lucky Checkout Shopping Tool?

The Lucky Checkout Shopping Tool is a Chrome extension developed by https://luckycheckout.com, and its main feature is "The Lucky Checkout shopping tool gives you vouchers, discounts & offers every time you shop and a huge cash prize on your lucky day.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download The Lucky Checkout Shopping Tool Extension CRX File

Download The Lucky Checkout Shopping Tool 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

                        The Lucky Checkout Club is the Premium Bonds of loyalty and reward schemes, giving you the chance to win a huge cash prize every time you shop online. By using the Lucky Checkout browser extension you, can make sure that whenever you shop online with one of our retailers, you will be automatically entered into our free monthly prize draw when you complete your purchase.

Not only that, but we will also show you all of a retailer's available voucher codes, coupons, discounts, deals and promo codes, ready to copy and paste into the checkout page. When available we'll even show you their upcoming vouchers so that you can plan your shopping accordingly.

So stop wasting time searching for voucher codes and instead start using that time to dream about what you would do if you won our monthly prize draw. Remember, the chances of winning are much better than you think, check out our website for details.

Lucky Checkout is totally free at all times and helps you get a discount when you're shopping for fashion, groceries, electronics, travel, tickets, gifts and much more; but it's also exciting because that huge monthly cash prize could be yours. Hundreds of your favourite stores, including many of the most popular high-street names, are already members of the Lucky Checkout Club, and we're adding more stores every day.

Good Luck and Happy Shopping!                    

Extension Basic Information

Name The Lucky Checkout Shopping Tool The Lucky Checkout Shopping Tool
ID geddpdgokpdmnabfgpigeljhnmjkegff
Official URL https://chromewebstore.google.com/detail/the-lucky-checkout-shoppi/geddpdgokpdmnabfgpigeljhnmjkegff
Description The Lucky Checkout shopping tool gives you vouchers, discounts & offers every time you shop and a huge cash prize on your lucky day.
File Size 433 KB
Installation Count 275
Current Version 1.6.8
Last Updated 2019-02-16
Publish Date 2019-02-16
Rating 5.00/5 Total 3 Ratings
Developer https://luckycheckout.com
Email [email protected]
Payment Type free
Extension Website https://www.luckycheckout.com
Help Page URL https://www.luckycheckout.com/faq
Privacy Policy Page URL https://www.luckycheckout.com/privacy
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The Lucky Checkout Shopping Tool",
    "version": "1.6.8",
    "description": "The Lucky Checkout shopping tool gives you vouchers, discounts & offers every time you shop and a huge cash prize on your lucky day.",
    "author": "Lucky Checkout",
    "homepage_url": "https:\/\/www.luckycheckout.com\/extension-thanks",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_title": "Lucky Checkout - Happy Shopping and Good Luck!",
        "default_popup": "connecting.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "19": "images\/icon19.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png",
            "38": "images\/icon38.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "background": {
        "scripts": [
            "js\/lucky-checkout.js",
            "js\/background.js"
        ]
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        "images\/*"
    ],
    "permissions": [
        "notifications",
        "tabs",
        "webRequest",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "minimum_chrome_version": "26.0"
}