Amazon Price Comparator

This extension shows the price of the Amazon item in the current page for every other Amazon shop

Τι είναι το Amazon Price Comparator;

Το Amazon Price Comparator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον DocKuro, και η κύρια λειτουργία του είναι "This extension shows the price of the Amazon item in the current page for every other Amazon shop".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Amazon Price Comparator

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

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

                        Easily check the price of an amazon item, from its page, in the other amazon stores to spot a cheaper product in another amazon site.
Both the amazon price and the other merchants price are compared, new and used, but shipping costs are NOT taken into account.
Click on the price to visit the product page in the other amazon page.                    

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

Όνομα Amazon Price Comparator Amazon Price Comparator
ID igccnpemgifkkpnlhbebglclbgofpemb
Επίσημο URL https://chromewebstore.google.com/detail/amazon-price-comparator/igccnpemgifkkpnlhbebglclbgofpemb
Περιγραφή This extension shows the price of the Amazon item in the current page for every other Amazon shop
Μέγεθος Αρχείου 45.28 KB
Αριθμός Εγκαταστάσεων 1,000
Τρέχουσα Έκδοση 1.4.1
Τελευταία Ενημέρωση 2016-04-08
Ημερομηνία Δημοσίευσης 2016-04-08
Αξιολόγηση 3.50/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής DocKuro
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazon Price Comparator",
    "description": "This extension shows the price of the Amazon item in the current page for every other Amazon shop",
    "version": "1.4.1",
    "options_page": "options.html",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "prices.html",
        "default_title": "Compare Prices!"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}