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文件

下載Dutycast擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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": [
                ""
            ]
        }
    ]
}