Cellar: Amazon seller's country as you browse

Cellar - A simple extension that shows you an Amazon seller's country of origin — as you browse!

Τι είναι το Cellar: Amazon seller's country as you browse;

Το Cellar: Amazon seller's country as you browse είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://thecellarextension.com, και η κύρια λειτουργία του είναι "Cellar - A simple extension that shows you an Amazon seller's country of origin — as you browse!".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Cellar: Amazon seller's country as you browse

Λήψη αρχείων επέκτασης Cellar: Amazon seller's country as you browse σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Want to know where you're buying from on Amazon?


Introducing Cellar - a simple extension that shows you an Amazon seller's country of origin as you browse!


All data is loaded from Amazon seller pages in browser.

Cached locally - so it will speed up the over time.

No data leaves the extension.


Warning: clearing your cache or using in incognito/private browsing will bypass the cache and slow down loading seller page information.


Supported for all Amazon operating countries except:

- Canada [amazon.ca] - no seller information provided
- China [amazon.cn] - extension is unnecessary as seller country flag is already shown by Amazon.
- India [amazon.in] - no seller information provided


NOTE: This extension has no affiliation with Amazon.com or any of it's products.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Cellar: Amazon seller's country as you browse Cellar: Amazon seller's country as you browse
ID okdemkofccnlhjjlenfplfiapnmabijh
Επίσημο URL https://chromewebstore.google.com/detail/cellar-amazon-sellers-cou/okdemkofccnlhjjlenfplfiapnmabijh
Περιγραφή Cellar - A simple extension that shows you an Amazon seller's country of origin — as you browse!
Μέγεθος Αρχείου 467 KB
Αριθμός Εγκαταστάσεων 3,782
Τρέχουσα Έκδοση 0.1.0
Τελευταία Ενημέρωση 2020-10-27
Ημερομηνία Δημοσίευσης 2020-10-23
Αξιολόγηση 2.61/5 Συνολικά 23 Αξιολογήσεις
Προγραμματιστής https://thecellarextension.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.thecellarextension.com
Διεύθυνση URL της Σελίδας Βοήθειας https://www.thecellarextension.com
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Cellar - A simple extension that shows you an Amazon seller's country of origin \u2014 as you browse!",
    "manifest_version": 2,
    "name": "Cellar: Amazon seller's country as you browse",
    "version": "0.1.0",
    "icons": {
        "16": "app-icon16.png",
        "48": "app-icon48.png",
        "128": "app-icon128.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "48.0"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.co.jp\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.com.au\/*",
                "*:\/\/*.amazon.com.br\/*",
                "*:\/\/*.amazon.com.mx\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.es\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.nl\/*"
            ],
            "js": [
                "js\/app.js"
            ],
            "run_at": "document_end"
        }
    ]
}