Price Tabs - Amazon, eBay, Price Comparison

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

Qu'est-ce que Price Tabs - Amazon, eBay, Price Comparison ?

Price Tabs - Amazon, eBay, Price Comparison est une extension Chrome développée par https://www.teamextension.com, et sa fonction principale est "Price Tabs lets you check and compare prices across shopping sites with a single click.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Price Tabs - Amazon, eBay, Price Comparison

Téléchargez les fichiers d'extension Price Tabs - Amazon, eBay, Price Comparison au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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)                    

Informations de Base sur l'Extension

Nom Price Tabs - Amazon, eBay, Price Comparison Price Tabs - Amazon, eBay, Price Comparison
ID ojhbpfjdbcmlkmpcanmmachdgikeomoi
URL Officiel https://chromewebstore.google.com/detail/price-tabs-amazon-ebay-pr/ojhbpfjdbcmlkmpcanmmachdgikeomoi
Description Price Tabs lets you check and compare prices across shopping sites with a single click.
Taille du Fichier 90.39 KB
Nombre d'Installations 596
Version Actuelle 1.6
Dernière Mise à Jour 2017-06-05
Date de Publication 2017-06-05
Évaluation 3.50/5 Total 4 Évaluations
Développeur https://www.teamextension.com
Type de Paiement free
Langues Prises en Charge 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"
    ]
}