Dutycast

Shop global. Pay local. No hidden fees.

Dutycast란 무엇입니까?

Dutycast은(는) https://dutycast.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shop global. Pay local. No hidden fees."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        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! 🎉🛒                    

확장 프로그램 기본 정보

이름 Dutycast Dutycast
ID nfgdckhmemppdbmhhhioindkickfknad
공식 URL https://chromewebstore.google.com/detail/dutycast/nfgdckhmemppdbmhhhioindkickfknad
설명 Shop global. Pay local. No hidden fees.
파일 크기 893 KB
설치 횟수 5,429
현재 버전 1.36.0
최근 업데이트 2023-09-12
출시 날짜 2021-08-11
평점 4.62/5 총 26 개의 평점
개발자 https://dutycast.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://dutycast.com
도움말 페이지 URL https://dutycast.com/contact
개인정보 보호 정책 페이지 URL https://dutycast.com/termofuse
지원되는 언어 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": [
                ""
            ]
        }
    ]
}