DealsPlus Cashback & Coupons

Earn cashback & find the best coupons from your favorite stores

Was ist DealsPlus Cashback & Coupons?

DealsPlus Cashback & Coupons ist eine Chrome-Erweiterung, die von https://www.dealsplus.com entwickelt wurde, und ihr Hauptmerkmal ist "Earn cashback & find the best coupons from your favorite stores".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

DealsPlus Cashback & Coupons-Erweiterungs-CRX-Datei herunterladen

Laden Sie DealsPlus Cashback & Coupons-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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)                    

Grundlegende Informationen zur Erweiterung

Name DealsPlus Cashback & Coupons DealsPlus Cashback & Coupons
ID olplonfdcekbkpjnoeecfihlkfdkehbj
Offizielle URL https://chromewebstore.google.com/detail/dealsplus-cashback-coupon/olplonfdcekbkpjnoeecfihlkfdkehbj
Beschreibung Earn cashback & find the best coupons from your favorite stores
Dateigröße 211 KB
Installationsanzahl 4,886
Aktuelle Version 2.0.4
Letztes Update 2021-05-26
Veröffentlichungsdatum 2019-06-18
Bewertung 4.83/5 Insgesamt 111 Bewertungen
Entwickler https://www.dealsplus.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.dealsplus.com
Hilfeseite URL http://www.dealsplus.com/info/dp_tools/toolbar
URL der Datenschutzrichtlinien-Seite https://www.dealsplus.com/info/privacy
Unterstützte Sprachen 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\/*"
    ]
}