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
官方網址 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
電子郵箱 [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\/*"
    ]
}