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.

The Lucky Checkout Shopping Toolとは何ですか?

The Lucky Checkout Shopping Toolはhttps://luckycheckout.comによって開発されたChromeの拡張機能で、その主な機能は「The Lucky Checkout shopping tool gives you vouchers, discounts & offers every time you shop and a huge cash prize on your lucky day.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

The Lucky Checkout Shopping Tool拡張機能のCRXファイルをダウンロード

The Lucky Checkout Shopping Tool拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 The Lucky Checkout Shopping Tool The Lucky Checkout Shopping Tool
ID geddpdgokpdmnabfgpigeljhnmjkegff
公式URL https://chromewebstore.google.com/detail/the-lucky-checkout-shoppi/geddpdgokpdmnabfgpigeljhnmjkegff
説明 The Lucky Checkout shopping tool gives you vouchers, discounts & offers every time you shop and a huge cash prize on your lucky day.
ファイルサイズ 433 KB
インストール数 275
現在のバージョン 1.6.8
最終更新日 2019-02-16
公開日 2019-02-16
評価 5.00/5 合計 3 レビュー
開発者 https://luckycheckout.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.luckycheckout.com
ヘルプページのURL https://www.luckycheckout.com/faq
プライバシーポリシーページのURL https://www.luckycheckout.com/privacy
対応言語 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"
}