DealFinder by VoucherCodes

Automatically find and apply voucher codes when you shop online.

DealFinder by VoucherCodes란 무엇입니까?

DealFinder by VoucherCodes은(는) https://vouchercodes.co.uk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically find and apply voucher codes when you shop online."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

DealFinder by VoucherCodes 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Fed up of hunting for deals? Now you don’t have to! 

DealFinder by VoucherCodes makes saving money easy by finding the very best discount codes and rewards available for you when you shop online. 

Join over 8.9 million VoucherCodes members, who saved £68.8m in 2020, and get access to big discounts you won’t find anywhere else. 

VoucherCodes adds over 70,000 offers every month, so install DealFinder to make sure you never miss out on a saving again.

Simply click on the DealFinder button during checkout and DealFinder will show you the best voucher codes to apply to your shopping basket.

No more searching for promo codes, just sit back and let us do the hard work for you.


-----------------------------------------------------------------

By using this add-on, you agree to the VoucherCodes Terms & Conditions available at: https://www.vouchercodes.co.uk/legal/terms-and-conditions

VoucherCodes Privacy Notice is available at: https://www.vouchercodes.co.uk/legal/privacy-notice                    

확장 프로그램 기본 정보

이름 DealFinder by VoucherCodes DealFinder by VoucherCodes
ID jhgicjdnnonfaedodemjjinbgcoeiajo
공식 URL https://chromewebstore.google.com/detail/dealfinder-by-vouchercode/jhgicjdnnonfaedodemjjinbgcoeiajo
설명 Automatically find and apply voucher codes when you shop online.
파일 크기 2.37 MB
설치 횟수 153,632
현재 버전 1.45.0
최근 업데이트 2024-01-22
출시 날짜 2020-06-25
평점 4.83/5 총 86 개의 평점
개발자 https://vouchercodes.co.uk
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.vouchercodes.co.uk/
도움말 페이지 URL https://support.vouchercodes.co.uk/
개인정보 보호 정책 페이지 URL https://www.vouchercodes.co.uk/legal/privacy-notice
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DealFinder by VoucherCodes",
    "short_name": "DealFinder",
    "description": "Automatically find and apply voucher codes when you shop online.",
    "version": "1.45.0",
    "manifest_version": 2,
    "homepage_url": "https:\/\/www.vouchercodes.co.uk\/dealfinder",
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon-inactive_48.png",
        "default_title": "DealFinder by VoucherCodes"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background_chrome.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_globs": [
                "*.png*",
                "*.svg*",
                "*.jpg*",
                "*.jpeg*",
                "*.gif*",
                "*.mp4*",
                "*.pdf*",
                "*.xml*"
            ],
            "js": [
                "content_chrome.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "content.css",
        "images\/*"
    ],
    "minimum_chrome_version": "49.0.0",
    "version_name": "1.45.0"
}