iDeals Shopping Optimizer - Never Miss A Deal

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

Apa itu iDeals Shopping Optimizer - Never Miss A Deal?

iDeals Shopping Optimizer - Never Miss A Deal adalah ekstensi Chrome yang dikembangkan oleh http://getideals.com, dan fitur utamanya adalah "Your Personal Shopping Assistant - Helps You Find The Best Deal for the right product".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi iDeals Shopping Optimizer - Never Miss A Deal

Unduh file ekstensi iDeals Shopping Optimizer - Never Miss A Deal dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama iDeals Shopping Optimizer - Never Miss A Deal iDeals Shopping Optimizer - Never Miss A Deal
ID boippofffnimacokgckaeilmncchhdpg
URL Resmi https://chrome.google.com/webstore/detail/ideals-shopping-optimizer/boippofffnimacokgckaeilmncchhdpg
Deskripsi Your Personal Shopping Assistant - Helps You Find The Best Deal for the right product
Ukuran File 6.77 KB
Jumlah Instalasi 116
Versi Saat Ini 1.6
Terakhir Diperbarui 2014-07-17
Tanggal Publikasi 2014-07-17
Penilaian 4.00/5 Total 6 Penilaian
Pengembang http://getideals.com
Tipe Pembayaran free
Situs Ekstensi http://getideals.com
URL Halaman Bantuan http://getideals.com/faq/
Bahasa yang Didukung 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"
    }
}