GetUSCart Shopping

GetUSCart Shopping

GetUSCart Shoppingคืออะไร?

GetUSCart Shopping เป็นส่วนขยายของ Chrome ที่พัฒนาโดย GetUSCart และคุณลักษณะหลักของมันคือ "GetUSCart Shopping"

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

screenshot

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

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

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

                        GetUSCart Shopping Chrome Extension
Shop anything from Amazon US! With the GetUSCart Shopping extension, you can add multiple items to GetUSCart from Amaozon.com (USA) and get it shipped to India. Hassle free from customs, duty payment, KYC, late delivery.

How it works: Shop Amazon.com (USA) by adding items to the GetUSCart Shopping cart. When you’re done, instantly checkout at once and pay upfront for item(s) delivery and custom duty/taxes within the cart.

We’ll receive your purchases at our secure India warehouse deliver them to your India address fast. Delivery to more than 25,000 pin codes supported.

With GetUSCart, you can finally get what you want from Amazon.com (USA) website!

Browser Tabs
 * When you add an item to your GetUSCart shopping cart, we sync that data across each of the browser tabs on which the GetUSCart Shopping extension is active. We require permission from each of your open tabs to do this, however, we do not collect any data on the tabs you have open.

Storage
* Items you add to your GetUSCart Shopping cart are saved in Chrome. Permission is required to store this product data so that you may access the items in your cart later.

Broad Hosts
* We require permission to all HTTP or HTTPS websites in order to read product data so we can add items to your GetUSCart shopping cart. However, we ONLY collect any data on these sites if you choose to add an item to your GetUSCart shopping cart. The data we collect includes URL, product title, merchant name and price. This data is not sold or shared externally.                    

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

ชื่อ GetUSCart Shopping GetUSCart Shopping
ID hpmcaebjedealkokbjkndfohkdcifmkh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/getuscart-shopping/hpmcaebjedealkokbjkndfohkdcifmkh
คำอธิบาย GetUSCart Shopping
ขนาดไฟล์ 148 KB
จำนวนการติดตั้ง 58
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-04-02
วันที่เผยแพร่ 2021-04-01
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา GetUSCart
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.getuscart.com
URL หน้าช่วยเหลือ https://www.getuscart.com/contactus
URL หน้านโยบายความเป็นส่วนตัว https://www.getuscart.com/privacy-notice
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "scripts": [
            "public\/lib\/jquery.js",
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "public\/images\/logo-16.png",
            "24": "public\/images\/logo-24.png"
        },
        "default_title": "GetUSCart Shopping"
    },
    "web_accessible_resources": [
        "public\/*"
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "css\/iframe.css"
            ],
            "js": [
                "public\/lib\/jquery.js",
                "scripts\/content.js"
            ],
            "matches": [
                "*:\/\/*.amazon.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/freegeoip.live https:\/\/connect.facebook.net https:\/\/apis.google.com; object-src 'self'",
    "description": "GetUSCart Shopping",
    "icons": {
        "64": "public\/images\/logo-64.png",
        "48": "public\/images\/logo-48.png",
        "36": "public\/images\/logo-36.png",
        "24": "public\/images\/logo-24.png",
        "16": "public\/images\/logo-16.png"
    },
    "manifest_version": 2,
    "name": "GetUSCart Shopping",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}