Saleduck Best Promo Code

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

Apa itu Saleduck Best Promo Code?

Saleduck Best Promo Code adalah ekstensi Chrome yang dikembangkan oleh saleduck.com, dan fitur utamanya adalah "Save time and money by automatically applying the best coupon codes online.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Saleduck Best Promo Code

Unduh file ekstensi Saleduck Best Promo Code dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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/                    

Informasi Dasar Ekstensi

Nama Saleduck Best Promo Code Saleduck Best Promo Code
ID goanajmncdfapmdnfggjnnfcglmiahof
URL Resmi https://chromewebstore.google.com/detail/saleduck-best-promo-code/goanajmncdfapmdnfggjnnfcglmiahof
Deskripsi Save time and money by automatically applying the best coupon codes online.
Ukuran File 1.84 MB
Jumlah Instalasi 683
Versi Saat Ini 2.0.1.2
Terakhir Diperbarui 2021-10-26
Tanggal Publikasi 2021-10-25
Penilaian 4.71/5 Total 14 Penilaian
Pengembang saleduck.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.saleduck.com/
URL Halaman Kebijakan Privasi https://corporate.saleduck.com/privacy-policy
Bahasa yang Didukung 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"
    ]
}