Coupert UK - Auto Coupon Finder & Cashback

Coupert automatically finds coupons, applies best coupon code at checkout & gives you cashback.

Coupert UK - Auto Coupon Finder & Cashbackとは何ですか?

Coupert UK - Auto Coupon Finder & Cashbackはhttps://www.coupert.comによって開発されたChromeの拡張機能で、その主な機能は「Coupert automatically finds coupons, applies best coupon code at checkout & gives you cashback.」です。

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

screenshot
screenshot
screenshot
screenshot

Coupert UK - Auto Coupon Finder & Cashback拡張機能のCRXファイルをダウンロード

Coupert UK - Auto Coupon Finder & Cashback拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Save your time and money when shopping online, you don’t need to search for coupon codes because when shopping with Coupert you get Cash Back rewards, coupons and price comparison service for online stores. 

💰 Save money on thousands of popular shopping sites
With Coupert, the best automatic coupon finder and Cash Back extension, you can constantly find the best promo codes online and automatically apply the best code to your purchase at checkout. 

✅ Get Cash Back with one click 
Coupert will let you know if there is a Cash Back reward available during your shopping journey. You just click "Apply Rewards" and shop like normal, then Cash Back will be credited to your account within 72hrs generally. 

💯 Know the best time to buy with Instant Price Comparison
Compare prices across the sellers with Coupert and no need to manually check every website for the lowest price. Coupert reminds you if you’ve found the lowest price on a product or whether it can be found for less at another retailer. We'll help you score the lowest price at online shopping retailers.  

❤️ Shop smarter, save bigger. Discover Coupert power! Our 6M+ members find an average of $180/year in savings!  

👉 Add Coupert to your browser in seconds and enjoy automatic coupons, Cash Back rewards and price comparison service with Coupert to save money when shopping online.

☝By installing this extension, you agree to the Coupert terms (https://www.coupert.com/terms/) and privacy policy (https://www.coupert.com/privacy/).

The Coupert Chrome extension uses Google Analytics to collect usage statistics to improve user experience. You can opt-out of Google Analytics tracking by visiting http://tools.google.com/dlpage/gaoptout.                    

拡張機能の基本情報

名前 Coupert UK - Auto Coupon Finder & Cashback Coupert UK - Auto Coupon Finder & Cashback
ID moileimmnkbkcceiccobpkclfcbkkema
公式URL https://chromewebstore.google.com/detail/coupert-uk-auto-coupon-fi/moileimmnkbkcceiccobpkclfcbkkema
説明 Coupert automatically finds coupons, applies best coupon code at checkout & gives you cashback.
ファイルサイズ 3.46 MB
インストール数 5,141
現在のバージョン 6.4.0
最終更新日 2024-02-19
公開日 2020-05-07
評価 4.08/5 合計 12 レビュー
開発者 https://www.coupert.com
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.coupert.com/privacy
対応言語 en,en-GB,en-US
manifest.json
{
    "action": {
        "default_icon": {
            "19": "icon\/browsericon-off-19.png",
            "38": "icon\/browsericon-off-38.png"
        },
        "default_title": "__MSG_app_name__",
        "default_popup": "popover.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "content.js"
            ],
            "match_about_blank": false,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "js": [
                "guide.js"
            ],
            "match_about_blank": false,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "default_locale": "en_GB",
    "description": "__MSG_app_description__",
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icon\/icon-16.png",
        "48": "icon\/icon-48.png",
        "128": "icon\/icon-128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApIPOAVwEffIJ6cQb8xnP4UZ8Pji9tKZ5WJOr8faqGhKOAbohaNgoItmDmK1EC0OrdICZvG6sDEJUf1iipbDXOXdY4u6s7pLJ+XecRJMpVvi0jerUy06LR23jZ\/QGeJubQ8xB4MNa4T9GYGOKuoUrCyudRIPgitsy1HdrkFi00ijEYs1r9102Vm7Q\/oBWA7FQMLLz5TeaHEOX5UJJNvHy9YlURrx+x5lSXiJKdN\/TqMhP7nPpxP7rJyujC4+qUNsJ22lIyj26Y5oKfYoDhnKz5Dogbbqn3qMu+xdBJD9WJrfhm460S1SCvv0w\/YMRHlA1v42T02xtK+cSZ8M5aLefxwIDAQAB",
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "permissions": [
        "cookies",
        "storage",
        "unlimitedStorage",
        "webRequest",
        "alarms"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "6.4.0",
    "web_accessible_resources": [
        {
            "resources": [
                "image\/*",
                "css\/*",
                "font\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}