Saleduck Best Promo Code

Save time and money by automatically applying the best coupon codes online.

Saleduck Best Promo Code란 무엇입니까?

Saleduck Best Promo Code은(는) saleduck.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save time and money by automatically applying the best coupon codes online."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Saleduck Best Promo Code 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Easily find the best coupons and discounts online with this Saleduck extension. Available discounts will be directly visible in the Google search results and automatically applied in the checkout!

Features:
Find out what coupons are available directly in the Google search results
Easily view all available coupons while shopping on your favourite store
On many sites the best coupon will automatically be applied at checkout
Calculation how much money you saved with our Saleduck extension at checkout

Available for your country and language, try the best discount extension now! 

Happy savings!

Searching for more discounts and coupons? Visit us at https://www.saleduck.com/                    

확장 프로그램 기본 정보

이름 Saleduck Best Promo Code Saleduck Best Promo Code
ID goanajmncdfapmdnfggjnnfcglmiahof
공식 URL https://chromewebstore.google.com/detail/saleduck-best-promo-code/goanajmncdfapmdnfggjnnfcglmiahof
설명 Save time and money by automatically applying the best coupon codes online.
파일 크기 1.84 MB
설치 횟수 683
현재 버전 2.0.1.2
최근 업데이트 2021-10-26
출시 날짜 2021-10-25
평점 4.71/5 총 14 개의 평점
개발자 saleduck.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.saleduck.com/
개인정보 보호 정책 페이지 URL https://corporate.saleduck.com/privacy-policy
지원되는 언어 id,ms,de,en,fil,fr,nl,no,vi,da,fi,sv,th
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "short_name": "__MSG_shortName__",
    "version": "2.0.1.2",
    "description": "__MSG_description__",
    "author": "__MSG_shortName__",
    "default_locale": "en",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        "",
        "unlimitedStorage",
        "cookies"
    ],
    "background": {
        "scripts": [
            "vendors\/bundle.js",
            "bg\/bundle.js"
        ],
        "persistent": true
    },
    "options_ui": {
        "page": "settings.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "vendors\/bundle.js",
                "content\/bundle.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "locales\/default\/icon-128.png",
        "default_title": "__MSG_shortName__",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "locales\/default\/icon-32.png",
        "18": "locales\/default\/icon-32.png",
        "32": "locales\/default\/icon-32.png",
        "128": "locales\/default\/icon-128.png"
    },
    "content_security_policy": "script-src 'self'; object-src 'self';",
    "web_accessible_resources": [
        "content\/*.css",
        "content\/*.svg",
        "locales\/*\/*.png"
    ]
}