ShopWithWe

Ship or Buy Local? ShopWithWe can help you decide. Get the cost to ship including taxes right in your browser

ShopWithWeคืออะไร?

ShopWithWe เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://shopwithwe.com และคุณลักษณะหลักของมันคือ "Ship or Buy Local? ShopWithWe can help you decide. Get the cost to ship including taxes right in your browser"

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

screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย ShopWithWe ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ShopWithWe is your ultimate shopping companion! We'll help you shop smarter on Amazon.

Overview

With the ShopWithWe for Chrome extension you will be able to browse the thousands of products on Amazon while seeing the full landed cost in TTD right in your browser. We calculate all the costs associated shipping to Trinidad + VAT + Duties + Online Purchase Tax while you shop.

If the item is available in a local store, you can easily compare the prices and decide what is the best way to spend your hard earned money!


★ Shop Smarter

Our main goal is to allow shoppers to make more informed decisions about how they spend their money. ShopWithWe takes the guess-work out of estimating the full cost of buying online. Sites like Amazon might seem like a steal of a deal...but is it really?

★ Our Calculator

Our ShopWithWe calculator was built by some of the brightest minds in T&T. We have integrated the applicable taxes and duties associated with importing items, linked them with product information provided by Amazon, married that with skybox rates and applied real-time currency exchange rates to give you the most accurate landed cost estimation you could possibly get. All this while you browse as you normally would on Amazon.

★ Supporting Local

When you start using our extension, you would be just as surprised as us to find that many things are actually cheaper locally! So we've built in a feature for merchants to be able display their prices alongside Amazon's price so you can make the best decision for yourself.

ShopWithWe is FREE to use and is here to help you shop smarter!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ShopWithWe ShopWithWe
ID mmodcfbffdcigmonnfelpcokgbpfjlak
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/shopwithwe/mmodcfbffdcigmonnfelpcokgbpfjlak
คำอธิบาย Ship or Buy Local? ShopWithWe can help you decide. Get the cost to ship including taxes right in your browser
ขนาดไฟล์ 1.1 MB
จำนวนการติดตั้ง 638
เวอร์ชันปัจจุบัน 1.1.2021.1215
อัปเดตครั้งล่าสุด 2022-02-07
วันที่เผยแพร่ 2020-11-17
คะแนน 4.62/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา https://shopwithwe.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://shopwithwe.com/privacy_policy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ShopWithWe",
    "version": "1.1.2021.1215",
    "description": "Ship or Buy Local? ShopWithWe can help you decide. Get the cost to ship including taxes right in your browser",
    "manifest_version": 3,
    "icons": {
        "16": "images\/we-logo-16.png",
        "32": "images\/we-logo-32.png",
        "48": "images\/we-logo-48.png",
        "128": "images\/we-logo-128.png"
    },
    "background": {
        "service-worker": [
            ".\/service-worker.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/*",
                "https:\/\/smile.amazon.com\/*"
            ],
            "all_frames": false,
            "js": [
                ".\/jquery.js",
                ".\/content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "action": {
        "default_icon": "images\/we-logo-48.png",
        "default_title": "ShopWithWe",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "identity"
    ],
    "host_permissions": [
        "https:\/\/www.amazon.com\/*",
        "https:\/\/smile.amazon.com\/*"
    ],
    "content_security_policy": {
        "extension-pages": "script-src 'self' 'unsafe-eval'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "\/static\/*"
            ],
            "matches": [
                "https:\/\/www.amazon.com\/*",
                "https:\/\/smile.amazon.com\/*"
            ]
        }
    ]
}