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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "Shows seller and delivery information directly in Amazon search results. Also shows if an item cannot be delivered to your address.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Amazon Seller and Dispatch Information

Λήψη αρχείων επέκτασης Amazon Seller and Dispatch Information σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
            ]
        }
    ]
}