Amazon Seller and Dispatch Information

Shows seller and delivery information directly in Amazon search results. Also shows if an item cannot be delivered to your address.

Amazon Seller and Dispatch Information क्या है?

Amazon Seller and Dispatch Information Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows seller and delivery information directly in Amazon search results. Also shows if an item cannot be delivered to your address."।

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

screenshot

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

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

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

                        Are you tired of having to click each item in the Amazon search result just to find out that its either not sold by Amazon, dispatched from somewhere other than Amazon (long delivery) or not even delivered to your country?

This extension shows all of this information directly in the Amazon search results. No more clicking!

After the Amazon.com or Amazon.de search result page appears, this extension springs into action. After about 1-2 seconds the following information is fetched and displayed inline with the search results:

* Who the seller is.
* If the item is dispatched from Amazon.
* If the item cannot be dispatched to your address.
* If the item is out of stock.

If you have any problems, contact [email protected]                    

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

नाम Amazon Seller and Dispatch Information Amazon Seller and Dispatch Information
ID pfcamicmmpaihhjmapbmkdhfnophopoe
आधिकारिक URL https://chromewebstore.google.com/detail/amazon-seller-and-dispatc/pfcamicmmpaihhjmapbmkdhfnophopoe
विवरण Shows seller and delivery information directly in Amazon search results. Also shows if an item cannot be delivered to your address.
फ़ाइल का आकार 36.78 KB
स्थापना संख्या 24
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2018-04-03
प्रकाशन तिथि 2018-04-03
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "128": "delivered-box-verification-symbol.png"
    },
    "name": "Amazon Seller and Dispatch Information",
    "description": "Shows seller and delivery information directly in Amazon search results. Also shows if an item cannot be delivered to your address.",
    "version": "1.0.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.com\/*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "content.js"
            ]
        }
    ]
}