MyUS Shopping

MyUS Shopping Chrome Extension

MyUS Shopping क्या है?

MyUS Shopping https://www.myus.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "MyUS Shopping Chrome Extension"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में MyUS Shopping एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Get what you love from the USA! With the MyUS Shopping extension, you can shop multiple U.S. websites, checkout in one cart, and get affordable international delivery.

How it works: Shop U.S. websites by adding items to the MyUS Shopping cart. When you’re done, instantly checkout from all stores at once and pay upfront for international shipping within the cart (no surprises!). 

We’ll then receive your purchases at our secure U.S. packing warehouse, combine them into one cost-effective international shipment, and deliver them to your door fast (we ship to more than 200 countries).

With MyUS Shopping, you can finally get what you want from all your favorite American websites!

See just how easy it is to shop the USA, and get fast, secure and affordable worldwide delivery to your home. Download and start shopping the USA today!

The MyUS Shopping Extension for Chrome requires certain browser permissions in order to function properly, including permission to access each of the sites you browse in Chrome. For full transparency, we have listed permissions we require and the corresponding data collected below:

Browser Tabs
 * When you add an item to your MyUS shopping cart, we sync that data across each of the browser tabs on which the MyUS 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 MyUS 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 MyUS shopping cart. However, we ONLY collect any data on these sites if you choose to add an item to your MyUS shopping cart. The data we collect includes URL, product title, merchant name and price. This data is not sold or shared externally.                    

एक्सटेंशन की मूल जानकारी

नाम MyUS Shopping MyUS Shopping
ID jdohdiappiakacbmckagohongolonbpj
आधिकारिक URL https://chromewebstore.google.com/detail/myus-shopping/jdohdiappiakacbmckagohongolonbpj
विवरण MyUS Shopping Chrome Extension
फ़ाइल का आकार 879 KB
स्थापना संख्या 39,075
वर्तमान संस्करण 1.3.6
अंतिम अपडेट 2023-02-06
प्रकाशन तिथि 2020-06-15
रेटिंग 4.67/5 कुल 178 रेटिंग्स
डेवलपर https://www.myus.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://shopping.myus.com
सहायता पृष्ठ URL https://shopping.myus.com/help/
गोपनीयता नीति पृष्ठ URL https://www.myus.com/terms-conditions-privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3.6",
    "name": "MyUS Shopping",
    "manifest_version": 3,
    "description": "MyUS Shopping Chrome Extension",
    "action": {
        "default_title": "MyUS Shopping",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/myus-inactive-16.png",
        "48": "img\/myus-inactive-48.png",
        "128": "img\/myus-inactive-128.png",
        "512": "img\/myus-inactive.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/banner-logo.png",
                "img\/shop-icon.png",
                "img\/success.png",
                "img\/search-icon.png",
                "img\/tutorial-modal.png",
                "img\/spritesheet-1.jpg",
                "img\/no-image.png",
                "img\/cart-icon.png",
                "img\/icon-48.png"
            ],
            "matches": [
                "https:\/\/*\/*"
            ],
            "extension_ids": [
                "oaljaakeccigaadjffialjhpoipgnpee"
            ]
        }
    ],
    "content_scripts": [
        {
            "css": [
                "styles\/main.css"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            },
            "description": "Opens popup.html"
        }
    },
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; script-src 'self' http:\/\/localhost:3000; connect-src https:\/\/sbx-mws.myus.com https:\/\/integration.myus.com\/ https:\/\/s3.amazonaws.com https:\/\/s3.us-east-2.amazonaws.com https:\/\/images-na.ssl-images-amazon.com http:\/\/localhost:3000 https:\/\/localhost https:\/\/localhost:3001; style-src * 'unsafe-inline' 'self' blob:; img-src * 'self' data: https:;",
        "sandbox": "sandbox allow-scripts; script-src 'self' 'unsafe-inline'"
    }
}