Amazon Shipping Check

Check if Amazon ships product to your country easy and fast.

Amazon Shipping Check क्या है?

Amazon Shipping Check A.Abualhassan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Check if Amazon ships product to your country easy and fast."।

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

screenshot
screenshot
screenshot

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

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

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

                        Check if Amazon ships products to your country while searching for them easy and fast. Supports all Amazon stores. 

Vérifiez si Amazon expédie les produits dans votre pays facilement et rapidement. L'extension fonctionne avec tous les magasins Amazon.

Überprüfen Sie einfach und schnell, welche von ihnen gesuchten Produkte Amazon zu ihnen nach Hause liefert. Unterstützt alle Amazon Stores.

Instructions:

Make sure you set a delivery address / country on the top left corner of Amazon web page. Open Amazon website and search for a product. Wait a few seconds for the results to show on products. It only works on your search results. 

Notes:

This extension is designed to work with chrome desktop browser, nevertheless, it could also work on edge or any other chromium based browser. In some Amazon websites the banner might not show up.

Supported Stores:

United States: amazon.com
Germany: amazon.de
France: amazon.fr
United Kingdom: amazon.co.uk
Italy: amazon.it
UAE: amazon.ae
Netherlands: amazon.nl
Spain: amazon.es
China: amazon.cn
India: amazon.in
Japan: amazon.co.jp
Singapore: amazon.com.sg
Canada: amazon.ca
Mexico: amazon.com.mx
Australia: amazon.com.au
Brazil: amazon.com.br                    

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

नाम Amazon Shipping Check Amazon Shipping Check
ID ilmfkpcomhgjcnkffihhhnpadgfopald
आधिकारिक URL https://chromewebstore.google.com/detail/amazon-shipping-check/ilmfkpcomhgjcnkffihhhnpadgfopald
विवरण Check if Amazon ships product to your country easy and fast.
फ़ाइल का आकार 60.85 KB
स्थापना संख्या 112
वर्तमान संस्करण 1.1.12
अंतिम अपडेट 2020-10-25
प्रकाशन तिथि 2020-06-08
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर A.Abualhassan
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.facebook.com/amzshippingcheck/
समर्थित भाषाएँ en-GB
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html#popup",
        "default_title": "Amazon Shipping Check"
    },
    "content_scripts": [
        {
            "css": [
                "mystyle.css"
            ],
            "js": [
                "jq.js",
                "attrchange.js",
                "myscript.js"
            ],
            "matches": [
                "http:\/\/*.amazon.co.jp\/*",
                "https:\/\/*.amazon.co.jp\/*",
                "http:\/\/*.amazon.in\/*",
                "https:\/\/*.amazon.in\/*",
                "http:\/\/*.amazon.ca\/*",
                "https:\/\/*.amazon.ca\/*",
                "http:\/\/*.amazon.it\/*",
                "https:\/\/*.amazon.it\/*",
                "http:\/\/*.amazon.es\/*",
                "https:\/\/*.amazon.es\/*",
                "http:\/\/*.amazon.de\/*",
                "https:\/\/*.amazon.de\/*",
                "http:\/\/*.amazon.co.uk\/*",
                "https:\/\/*.amazon.co.uk\/*",
                "http:\/\/*.amazon.fr\/*",
                "https:\/\/*.amazon.fr\/*",
                "http:\/\/*.amazon.cn\/*",
                "https:\/\/*.amazon.cn\/*",
                "http:\/\/*.amazon.nl\/*",
                "https:\/\/*.amazon.nl\/*",
                "http:\/\/*.amazon.com.au\/*",
                "https:\/\/*.amazon.com.au\/*",
                "http:\/\/*.amazon.com.sg\/*",
                "https:\/\/*.amazon.com.sg\/*",
                "http:\/\/*.amazon.com.mx\/*",
                "https:\/\/*.amazon.com.mx\/*",
                "http:\/\/*.amazon.com.br\/*",
                "https:\/\/*.amazon.com.br\/*",
                "http:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.ae\/*"
            ]
        }
    ],
    "description": "Check if Amazon ships product to your country easy and fast.",
    "icons": {
        "128": "icon128.png",
        "19": "icon19.png",
        "38": "icon38.png"
    },
    "manifest_version": 2,
    "name": "Amazon Shipping Check",
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.12"
}