UPCZilla Search

Search engine for UPCs - with price comparison too

Τι είναι το UPCZilla Search;

Το UPCZilla Search είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.upczilla.com, και η κύρια λειτουργία του είναι "Search engine for UPCs - with price comparison too".

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

screenshot

Λήψη αρχείου CRX της επέκτασης UPCZilla Search

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

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

                        Need to look up the UPC (Unique Product Code) for a particular product, find the product for a given UPC, or reverse-search an Amazon ASIN to look up a UPC?

Or maybe you are just a demanding shopper, and want to be able to find the lowest price online quickly and easily?

The UPCZilla is a simple and unobtrusive Chrome extension that lets you do all this:

- search for a product by name and find possible UPC codes
- look up a 12-digit UPC code and find what product (if any) it relates to
- search an Amazon ASIN and get UPC and price comparison information
- search for a product by name and quickly get a price comparison listing that helps you home in on the lowest price from a large number of online retailers

Finding UPCs is never an exact science, we can't promise a 100% success rate, but if it's sold online, and it has a UPC, UPCZilla will have a good try at finding it.

UPCZilla is a lightweight search extension for the UPCZilla.com website - it does not monitor your surfing habits or filter your web content in any way. Just click the UPCZilla barcode icon for a dropdown search box, enter the product name or UPC code you are looking for, and let UPCZilla do the rest.

New feature added: the UPCZilla popup now also includes a feed of "Price Alerts" - these are products found by our Price Tracker which have been significantly discounted since our engine last checked the price. These Price Alerts will be really useful if you resell things online, or if you are just looking for a bargain for yourself. It shouldn't affect your experience if you JUST want to use the search form - you can disable this feature using the checkbox.                    

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

Όνομα UPCZilla Search UPCZilla Search
ID ndjabeeahhkdpcihameofbojdhhgemdb
Επίσημο URL https://chromewebstore.google.com/detail/upczilla-search/ndjabeeahhkdpcihameofbojdhhgemdb
Περιγραφή Search engine for UPCs - with price comparison too
Μέγεθος Αρχείου 72.58 KB
Αριθμός Εγκαταστάσεων 1,086
Τρέχουσα Έκδοση 1.8.1
Τελευταία Ενημέρωση 2019-11-06
Ημερομηνία Δημοσίευσης 2019-11-06
Προγραμματιστής https://www.upczilla.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.upczilla.com
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UPCZilla Search",
    "short_name": "UPCZilla",
    "version": "1.8.1",
    "manifest_version": 2,
    "description": "Search engine for UPCs - with price comparison too",
    "content_security_policy": "script-src 'self' https:\/\/www.google.com https:\/\/www.google-analytics.com 'self';object-src 'self'",
    "browser_action": {
        "default_icon": "search.png",
        "icons": {
            "128": "icon128.png"
        },
        "default_popup": "popup.html",
        "content_scripts": [
            {
                "css": [
                    "searchform.css"
                ],
                "matches": [
                    ""
                ]
            }
        ]
    },
    "permissions": [
        "https:\/\/www.upczilla.com\/*",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}