DealsPlus Cashback & Coupons

Earn cashback & find the best coupons from your favorite stores

DealsPlus Cashback & Couponsとは何ですか?

DealsPlus Cashback & Couponsはhttps://www.dealsplus.comによって開発されたChromeの拡張機能で、その主な機能は「Earn cashback & find the best coupons from your favorite stores」です。

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

screenshot
screenshot
screenshot
screenshot

DealsPlus Cashback & Coupons拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Earn Cashback from your favorite stores & find the best coupons! Ready to save? It's Free!

The DealsPlus Extension is back and better than ever! With this extension, newly released coupons & offers are always at hand. Plus, you can activate the cashback feature with the touch of a button, without ever having to leave your page.

To start earning cashback, just create a free account; however, you do not need an account to take advantage of our coupons. Enjoy saving with this seamless shopping experience from DealsPlus.

By using this extension you agree to our EULA found at [http://dealspl.us/info/toolbareula](http://dealspl.us/info/toolbareula)                    

拡張機能の基本情報

名前 DealsPlus Cashback & Coupons DealsPlus Cashback & Coupons
ID olplonfdcekbkpjnoeecfihlkfdkehbj
公式URL https://chromewebstore.google.com/detail/dealsplus-cashback-coupon/olplonfdcekbkpjnoeecfihlkfdkehbj
説明 Earn cashback & find the best coupons from your favorite stores
ファイルサイズ 211 KB
インストール数 4,886
現在のバージョン 2.0.4
最終更新日 2021-05-26
公開日 2019-06-18
評価 4.83/5 合計 111 レビュー
開発者 https://www.dealsplus.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.dealsplus.com
ヘルプページのURL http://www.dealsplus.com/info/dp_tools/toolbar
プライバシーポリシーページのURL https://www.dealsplus.com/info/privacy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DealsPlus Cashback & Coupons",
    "version": "2.0.4",
    "description": "Earn cashback &\u00a0find the best\u00a0coupons from your favorite stores",
    "icons": {
        "16": "asset\/img\/icon\/icon-16.png",
        "32": "asset\/img\/icon\/icon-32.png",
        "48": "asset\/img\/icon\/icon-48.png",
        "64": "asset\/img\/icon\/icon-64.png",
        "128": "asset\/img\/icon\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "webNavigation",
        "storage",
        "",
        "cookies",
        "webRequest"
    ],
    "browser_action": {
        "default_title": "DP cashback extension",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content\/overlay.css"
            ],
            "js": [
                "content\/overlay.js"
            ],
            "run_at": "document_start",
            "match_about_blank": false
        }
    ],
    "web_accessible_resources": [
        "asset\/img\/*",
        "asset\/font\/icon\/*.css",
        "asset\/font\/icon\/fonts\/*"
    ]
}