DealsPlus Cashback & Coupons

Earn cashback & find the best coupons from your favorite stores

DealsPlus Cashback & Coupons là gì?

DealsPlus Cashback & Coupons là một tiện ích mở rộng Chrome được phát triển bởi https://www.dealsplus.com, và tính năng chính của nó là "Earn cashback & find the best coupons from your favorite stores".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng DealsPlus Cashback & Coupons

Tải xuống các tệp mở rộng DealsPlus Cashback & Coupons dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên DealsPlus Cashback & Coupons DealsPlus Cashback & Coupons
ID olplonfdcekbkpjnoeecfihlkfdkehbj
URL Chính Thức https://chromewebstore.google.com/detail/dealsplus-cashback-coupon/olplonfdcekbkpjnoeecfihlkfdkehbj
Mô tả Earn cashback & find the best coupons from your favorite stores
Kích Thước Tệp 211 KB
Số Lần Cài Đặt 4,886
Phiên Bản Hiện Tại 2.0.4
Cập Nhật Lần Cuối 2021-05-26
Ngày Phát Hành 2019-06-18
Đánh Giá 4.83/5 Tổng số 111 Đánh Giá
Nhà Phát Triển https://www.dealsplus.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.dealsplus.com
URL Trang Trợ Giúp http://www.dealsplus.com/info/dp_tools/toolbar
URL Trang Chính Sách Bảo Mật https://www.dealsplus.com/info/privacy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}