DealCatcher

Catch the savings. Our team finds and tests the latest coupon codes every single day, so you can save money without even trying.

DealCatcher란 무엇입니까?

DealCatcher은(는) DealCatcher에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Catch the savings. Our team finds and tests the latest coupon codes every single day, so you can save money without even trying."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

DealCatcher 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Get the latest coupons and deals without even looking for them! When you install the DealCatcher browser extension, you'll never have to search for coupons again. Just shop online normally, and we'll let you know when we can save you money.                    

확장 프로그램 기본 정보

이름 DealCatcher DealCatcher
ID nnbidkcdajgfolmmdghdaoamfddgaeph
공식 URL https://chromewebstore.google.com/detail/dealcatcher/nnbidkcdajgfolmmdghdaoamfddgaeph
설명 Catch the savings. Our team finds and tests the latest coupon codes every single day, so you can save money without even trying.
파일 크기 773 KB
설치 횟수 2,814
현재 버전 1.0.17
최근 업데이트 2023-04-27
출시 날짜 2020-11-18
평점 5.00/5 총 5 개의 평점
개발자 DealCatcher
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.dealcatcher.com
도움말 페이지 URL https://www.dealcatcher.com/contact
개인정보 보호 정책 페이지 URL https://www.dealcatcher.com/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "DealCatcher",
    "description": "Catch the savings. Our team finds and tests the latest coupon codes every single day, so you can save money without even trying.",
    "version": "1.0.17",
    "permissions": [
        "storage",
        "tabs",
        "notifications",
        "alarms",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "\/background.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/16-inactive.png",
            "32": "icons\/32-inactive.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/popup.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/notification-troubleshooting.html",
                "\/css\/popup.css",
                "\/icons\/48.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}