All Prices

Chrome extension to easily display all price and style options for products on Amazon.com

Τι είναι το All Prices;

Το All Prices είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Erik Christensen, και η κύρια λειτουργία του είναι "Chrome extension to easily display all price and style options for products on Amazon.com".

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

screenshot
screenshot

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

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

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

                        UPDATE - Version 2 fixes a long-standing bug that prevent this extension from working!

All Prices is a Chrome extension that simplifies the shopping process on Amazon.com. Many items on Amazon have multiple styles, colors, or sizes. It is not always easy to tell which version of the item will have the lowest price. All Prices allows you to  display price information for all available products so you can easily compare options and find what you want!

To use, simply click on the small icon that appears in the top right of your browser window when you are on an Amazon.com product page. Clicking will take you to a new page on Amazon.com that displays all the price information!                    

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

Όνομα All Prices All Prices
ID lfeponenpeeefdlancldjldhidjekpdd
Επίσημο URL https://chrome.google.com/webstore/detail/all-prices/lfeponenpeeefdlancldjldhidjekpdd
Περιγραφή Chrome extension to easily display all price and style options for products on Amazon.com
Μέγεθος Αρχείου 20.06 KB
Αριθμός Εγκαταστάσεων 4,000
Τρέχουσα Έκδοση 0.0.2
Τελευταία Ενημέρωση 2017-01-03
Ημερομηνία Δημοσίευσης 2017-01-03
Αξιολόγηση 3.39/5 Συνολικά 56 Αξιολογήσεις
Προγραμματιστής Erik Christensen
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "All Prices",
    "version": "0.0.2",
    "description": "Chrome extension to easily display all price and style options for products on Amazon.com",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": "icon-48.png",
        "default_title": "All Prices"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/www.amazon.com\/*",
        "https:\/\/www.amazon.com\/*",
        "https:\/\/ajax.googleapis.com\/",
        "webNavigation"
    ]
}