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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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\/*"
    ]
}