Price Tabs - Amazon, eBay, Price Comparison

Price Tabs lets you check and compare prices across shopping sites with a single click.

Τι είναι το Price Tabs - Amazon, eBay, Price Comparison;

Το Price Tabs - Amazon, eBay, Price Comparison είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.teamextension.com, και η κύρια λειτουργία του είναι "Price Tabs lets you check and compare prices across shopping sites with a single click.".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Price Tabs - Amazon, eBay, Price Comparison

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

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

                        Simple and non-intrusive way to compare prices online. Searches multiple sites using different tabs.

Price Tabs opens a tab for the various shopping sites and searches the product you are looking for.

Currently supported sites:
* Amazon
* Target
* Walmart
* eBay
* Google Shopping
* Overstock

Affiliate links are added to support development.

--------------------------

Tips on how to use Price Tabs:

 - You need to go to a product page first before clicking the extension.
 - If you clicked the extension outside the current supported sites, it will redirect you to Amazon (you can change the default site under options)                    

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

Όνομα Price Tabs - Amazon, eBay, Price Comparison Price Tabs - Amazon, eBay, Price Comparison
ID ojhbpfjdbcmlkmpcanmmachdgikeomoi
Επίσημο URL https://chromewebstore.google.com/detail/price-tabs-amazon-ebay-pr/ojhbpfjdbcmlkmpcanmmachdgikeomoi
Περιγραφή Price Tabs lets you check and compare prices across shopping sites with a single click.
Μέγεθος Αρχείου 90.39 KB
Αριθμός Εγκαταστάσεων 596
Τρέχουσα Έκδοση 1.6
Τελευταία Ενημέρωση 2017-06-05
Ημερομηνία Δημοσίευσης 2017-06-05
Αξιολόγηση 3.50/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής https://www.teamextension.com
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Price Tabs - Amazon, eBay, Price Comparison",
    "description": "Price Tabs lets you check and compare prices across shopping sites with a single click.",
    "version": "1.6",
    "options_page": "options.html",
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/cs.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ]
}