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.

O que é The Lucky Checkout Shopping Tool?

The Lucky Checkout Shopping Tool é uma extensão do Chrome desenvolvida por https://luckycheckout.com, e sua principal característica é "The Lucky Checkout shopping tool gives you vouchers, discounts & offers every time you shop and a huge cash prize on your lucky day.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão The Lucky Checkout Shopping Tool

Baixe arquivos de extensão The Lucky Checkout Shopping Tool no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome The Lucky Checkout Shopping Tool The Lucky Checkout Shopping Tool
ID geddpdgokpdmnabfgpigeljhnmjkegff
URL Oficial https://chromewebstore.google.com/detail/the-lucky-checkout-shoppi/geddpdgokpdmnabfgpigeljhnmjkegff
Descrição The Lucky Checkout shopping tool gives you vouchers, discounts & offers every time you shop and a huge cash prize on your lucky day.
Tamanho do Arquivo 433 KB
Contagem de Instalações 275
Versão Atual 1.6.8
Última Atualização 2019-02-16
Data de Publicação 2019-02-16
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor https://luckycheckout.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.luckycheckout.com
URL da Página de Ajuda https://www.luckycheckout.com/faq
URL da Página de Política de Privacidade https://www.luckycheckout.com/privacy
Idiomas Suportados 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"
}