ShippingCart Shop Assist

Get better deals, easily compute shipping costs, and check out with your US, UK, AU, KR, or JP shipping address

ShippingCart Shop Assistคืออะไร?

ShippingCart Shop Assist เป็นส่วนขยายของ Chrome ที่พัฒนาโดย googleapps และคุณลักษณะหลักของมันคือ "Get better deals, easily compute shipping costs, and check out with your US, UK, AU, KR, or JP shipping address"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        When you install the ShippingCart Shop Assist, you get the convenience of shopping from over 100,000 US, UK, AU, KR and JP online stores without having to go on your dashboard – all you have to do is click on the Shop Assist button, see your ShippingCart Account Address from the popup, click copy and it automatically lists your shipping details on the check out page (available for amazon.com as of this version).

Search for the best deals offered by multiple retailers with the Shop Assist Price Comparison feature; just cart your item at your preferred online store and Shop Assist lists down the real-time prices from the other online stores.

Make sure that the item you want to shop for can be delivered. Shop Assist notifies you if the item you are viewing is in the prohibited items list.

And finally, get an estimate of how much your shipping fees will be by listing the item details right onto the Shop Assist popup.

With the ShippingCart Shop Assist button, you get to go from wanting to having with a click of a button. For inquiries, send us a message at [email protected]                    

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

ชื่อ ShippingCart Shop Assist ShippingCart Shop Assist
ID comhbeibpkdfofkamlfoacboohagncbk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/shippingcart-shop-assist/comhbeibpkdfofkamlfoacboohagncbk
คำอธิบาย Get better deals, easily compute shipping costs, and check out with your US, UK, AU, KR, or JP shipping address
ขนาดไฟล์ 2.05 MB
จำนวนการติดตั้ง 1,315
เวอร์ชันปัจจุบัน 1.0.31
อัปเดตครั้งล่าสุด 2024-02-01
วันที่เผยแพร่ 2019-10-10
คะแนน 4.00/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา googleapps
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.shippingcart.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ShippingCart Shop Assist",
    "short_name": "ShippingCart Shop Assist",
    "description": "Get better deals, easily compute shipping costs, and check out with your US, UK, AU, KR, or JP shipping address",
    "version": "1.0.31",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "ShippingCart Shop Assist",
        "default_icon": {
            "16": "assets\/icons\/sc-icon-disabled.png",
            "24": "assets\/icons\/[email protected]",
            "32": "assets\/icons\/[email protected]"
        }
    },
    "background": {
        "persistent": true,
        "scripts": [
            "static\/js\/background.js"
        ]
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "css": [
                "static\/css\/content.css"
            ],
            "js": [
                "static\/js\/content.js"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "assets\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    }
}