iDeals Shopping Optimizer - Never Miss A Deal

Your Personal Shopping Assistant - Helps You Find The Best Deal for the right product

Cos'è iDeals Shopping Optimizer - Never Miss A Deal?

iDeals Shopping Optimizer - Never Miss A Deal è un'estensione di Chrome sviluppata da http://getideals.com, e la sua funzione principale è "Your Personal Shopping Assistant - Helps You Find The Best Deal for the right product".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione iDeals Shopping Optimizer - Never Miss A Deal

Scarica i file di estensione iDeals Shopping Optimizer - Never Miss A Deal 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

                        What is iDeals Shopping Optimizer?

iDeals Shopping Optimizer is a browser add-on that makes your online shopping experience better. iDeals Shopping Optimizer makes sure you always buy the right product and pay less by offering you alternative products, showing you same products on different stores with cheaper prices and exposing you to coupons allowing you to enjoy exclusive discounts when checking out. iDeals Shopping Optimizer is always on the background when you're on the lookout for a new purchase, it checks for better deals every time you click on a link to any product that is sold online.
iDeals Shopping Optimizer is a free, safe & friendly app that helps you find the right products and save money shopping online in your favorite stores.

iDeals Shopping Optimizer will:

-Help you discover the lowest prices on the best retail sites like Amazon, eBay and more.
-Help you find coupons, deals, rebates, club discount & everyday bargain.
-Check for better offers every time you click on an online offer.
-Stays out of the way when you’re not shopping online.

iDeals Shopping Optimizer is safe & free.                    

Informazioni di Base sull'Estensione

Nome iDeals Shopping Optimizer - Never Miss A Deal iDeals Shopping Optimizer - Never Miss A Deal
ID boippofffnimacokgckaeilmncchhdpg
URL Ufficiale https://chrome.google.com/webstore/detail/ideals-shopping-optimizer/boippofffnimacokgckaeilmncchhdpg
Descrizione Your Personal Shopping Assistant - Helps You Find The Best Deal for the right product
Dimensione del File 6.77 KB
Conteggio Installazioni 116
Versione Corrente 1.6
Ultimo Aggiornamento 2014-07-17
Data di Pubblicazione 2014-07-17
Valutazione 4.00/5 Totale 6 Valutazioni
Sviluppatore http://getideals.com
Tipo di Pagamento free
Sito Web dell'Estensione http://getideals.com
URL della Pagina di Aiuto http://getideals.com/faq/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "iDeals Shopping Optimizer - Never Miss A Deal",
    "short_name": "Find Deals",
    "version": "1.6",
    "description": "Your Personal Shopping Assistant -  Helps You Find The Best Deal for the right product",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "background",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "inject.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}