Price Tabs - Amazon, eBay, Price Comparison

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

Cos'è Price Tabs - Amazon, eBay, Price Comparison?

Price Tabs - Amazon, eBay, Price Comparison è un'estensione di Chrome sviluppata da https://www.teamextension.com, e la sua funzione principale è "Price Tabs lets you check and compare prices across shopping sites with a single click.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Price Tabs - Amazon, eBay, Price Comparison

Scarica i file di estensione Price Tabs - Amazon, eBay, Price Comparison in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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)                    

Informazioni di Base sull'Estensione

Nome Price Tabs - Amazon, eBay, Price Comparison Price Tabs - Amazon, eBay, Price Comparison
ID ojhbpfjdbcmlkmpcanmmachdgikeomoi
URL Ufficiale https://chromewebstore.google.com/detail/price-tabs-amazon-ebay-pr/ojhbpfjdbcmlkmpcanmmachdgikeomoi
Descrizione Price Tabs lets you check and compare prices across shopping sites with a single click.
Dimensione del File 90.39 KB
Conteggio Installazioni 596
Versione Corrente 1.6
Ultimo Aggiornamento 2017-06-05
Data di Pubblicazione 2017-06-05
Valutazione 3.50/5 Totale 4 Valutazioni
Sviluppatore https://www.teamextension.com
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}