Dutycast

Shop global. Pay local. No hidden fees.

Dutycastคืออะไร?

Dutycast เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dutycast.com และคุณลักษณะหลักของมันคือ "Shop global. Pay local. No hidden fees."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dutycast

ดาวน์โหลดไฟล์ส่วนขยาย 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
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": [
                ""
            ]
        }
    ]
}