SendHerePlz - Amazon shipping availability

Quick identification of Amazon products with shipping restrictions

SendHerePlz - Amazon shipping availability क्या है?

SendHerePlz - Amazon shipping availability fran द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quick identification of Amazon products with shipping restrictions"।

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

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

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

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

                        Have you ever spend hours looking for items on Amazon sites but none of them were available for shipping to your location? With this extension you will be able to detect these items quickly from the results page, so you can easily identify which products are eligible for you.

Features
- Identify the non-eligible items (within the results page) because of shipping restrictions.
- Add a badge for each item (within the results page) which is only available through other sellers.
- It works with any Amazon site regardless of the language you use or the country you live in.

Source project:
https://github.com/sdelquin/sendhereplz

This extension is developed and maintained by:
- Micael Martín: https://github.com/micaelcometa
- Sergio Delgado: https://github.com/sdelquin
- Carlos Sosa: https://github.com/sosahcarlos
- Loris Bettazza: https://github.com/Pustur

If you want to give us any feedback you are very welcome to add a new issue here: https://github.com/sdelquin/sendhereplz/issues                    

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

नाम SendHerePlz - Amazon shipping availability SendHerePlz - Amazon shipping availability
ID anpeeogkdbgkhakjldceemkolhggobhd
आधिकारिक URL https://chromewebstore.google.com/detail/sendhereplz-amazon-shippi/anpeeogkdbgkhakjldceemkolhggobhd
विवरण Quick identification of Amazon products with shipping restrictions
फ़ाइल का आकार 1.99 MB
स्थापना संख्या 4,000
वर्तमान संस्करण 1.9.7
अंतिम अपडेट 2023-07-12
प्रकाशन तिथि 2020-08-26
रेटिंग 4.76/5 कुल 25 रेटिंग्स
डेवलपर fran
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.sendhereplz.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "sendhereplz",
    "manifest_version": 2,
    "name": "SendHerePlz - Amazon shipping availability",
    "description": "Quick identification of Amazon products with shipping restrictions",
    "version": "1.9.7",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/smile.amazon.com\/*",
                "https:\/\/www.amazon.ae\/*",
                "https:\/\/www.amazon.ca\/*",
                "https:\/\/www.amazon.cn\/*",
                "https:\/\/www.amazon.co.jp\/*",
                "https:\/\/www.amazon.co.uk\/*",
                "https:\/\/www.amazon.com.au\/*",
                "https:\/\/www.amazon.com.br\/*",
                "https:\/\/www.amazon.com.mx\/*",
                "https:\/\/www.amazon.com.tr\/*",
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.de\/*",
                "https:\/\/www.amazon.es\/*",
                "https:\/\/www.amazon.fr\/*",
                "https:\/\/www.amazon.in\/*",
                "https:\/\/www.amazon.it\/*",
                "https:\/\/www.amazon.nl\/*",
                "https:\/\/www.amazon.sa\/*",
                "https:\/\/www.amazon.sg\/*"
            ],
            "css": [
                "styles\/loader.css",
                "styles\/products.css"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "img\/sendhereplz-logo-128.png"
    },
    "icons": {
        "128": "img\/sendhereplz-logo-128.png"
    }
}