Coupert AU - Auto Coupon Finder & Cashback

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

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

Coupert AU - 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 AU - Auto Coupon Finder & Cashback拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Now you no longer need to search for coupon code and cashback offer. 

With Coupert, the best automatic coupon finder and cashback extension, you can constantly find the best promo codes online and automatically apply the best code to your purchase at checkout.

Besides, Coupert gives you the best rate of cashback for more than thousands of online stores. 

What's more, Coupert is also a smart coupon finder.

Add Coupert today and use our one-click solution to saving money now!

By installing this extension, you agree to the coupert.com 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 AU - Auto Coupon Finder & Cashback Coupert AU - Auto Coupon Finder & Cashback
ID hpfemnfplhhgciacmmldcagpkkpkcfka
公式URL https://chromewebstore.google.com/detail/coupert-au-auto-coupon-fi/hpfemnfplhhgciacmmldcagpkkpkcfka
説明 Coupert automatically finds coupons, applies best coupon code at checkout & gives you cashback.
ファイルサイズ 3.43 MB
インストール数 1,138
現在のバージョン 6.4.4
最終更新日 2024-01-13
公開日 2020-06-01
評価 5.00/5 合計 1 レビュー
開発者 https://www.coupert.com
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://www.coupert.com/help
プライバシーポリシーページのURL https://www.coupert.com/privacy
対応言語 en
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",
    "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": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlGPrlh1pY7DDaqcUF8YTagep73EnyZHDVjmgDzSb3Vuj0SoVkbdjYfKEJ\/Sp31SM\/ami3Gh+Ootqj4KUB0\/9Oo+d2+rlmNu3JCH8DWOEsFOF9wyXaaESe8ebwAMBQshIhWL+FWTcD+VCv+lY236OqiVQyI1fTRVumiCFggaxUUXLYlub\/MKRSYzlQglPDLVXW\/\/\/fIwosTpBEkGek3BhOMsT8x1rrC62BTmrh3en3j0YBazHWUbIFwSwNCKxVE7ZnHwvCRjyv8NXo1nKTMtmyhE57Lb1AqLFqSCCWTsUyrdak4yka2E0TECyG5wipshSRCKHYIwJvtYqr7HpXG9E+wIDAQAB",
    "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.4",
    "web_accessible_resources": [
        {
            "resources": [
                "image\/*",
                "css\/*",
                "font\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}