Dutycast

Shop global. Pay local. No hidden fees.

Co to jest Dutycast?

Dutycast to rozszerzenie Chrome opracowane przez https://dutycast.com, a jego główną funkcją jest „Shop global. Pay local. No hidden fees.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Dutycast

Pobierz pliki rozszerzeń Dutycast w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Dutycast - your ultimate shopping companion, revolutionizing cross-border e-commerce with a personalized touch! 🌍🛍️

Get ready to shop in style with:
💱 80+ currencies at your fingertips
🏷️ Landed prices that include customs duties, taxes, and fees - no surprises!
🔐 Local payment methods for secure transactions
🚚 Doorstep delivery to 150+ countries
🤖 AI-powered saving tools: price-drop alerts, daily & weekly sales notifications, cross-platform comparisons, and coupon-snatching magic!

With a sleek browser extension and a mobile app for on-the-go shopping, Dutycast teams up with 5.4 million+ stores, including giants like Amazon, eBay, Walmart, Costco, and Shopify. Get ready to upgrade your shopping experience! 🎉🛒                    

Podstawowe informacje o rozszerzeniu

Nazwa Dutycast Dutycast
ID nfgdckhmemppdbmhhhioindkickfknad
Oficjalny URL https://chromewebstore.google.com/detail/dutycast/nfgdckhmemppdbmhhhioindkickfknad
Opis Shop global. Pay local. No hidden fees.
Rozmiar pliku 893 KB
Liczba instalacji 5,429
Aktualna Wersja 1.36.0
Ostatnia Aktualizacja 2023-09-12
Data Publikacji 2021-08-11
Ocena 4.62/5 Łącznie 26 Oceny
Deweloper https://dutycast.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://dutycast.com
Adres URL Strony Pomocy https://dutycast.com/contact
Adres URL Strony Polityki Prywatności https://dutycast.com/termofuse
Obsługiwane Języki en,vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "manifest_version": 3,
    "default_locale": "en",
    "version": "1.36.0",
    "description": "__MSG_appDesc__",
    "background": {
        "service_worker": "static\/js\/service-worker.bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "static\/js\/jquery-3.3.1.min.js",
                "static\/js\/content.bundle.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/*.dutycast.com\/*"
            ],
            "js": [
                "static\/js\/jquery-3.3.1.min.js",
                "static\/js\/checkout.bundle.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/*.dutycast.xyz\/*",
                "*:\/\/*.dutycast.com\/*"
            ],
            "js": [
                "static\/js\/checkout-start-load.bundle.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_title": "Your Shopping Assistant",
        "default_popup": "popup.html",
        "default_icon": "static\/assets\/icon.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "cookies",
        "proxy"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "128": "static\/assets\/icon.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "content_scripts": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "static\/assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}