iDeals Shopping Optimizer - Never Miss A Deal

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

What is iDeals Shopping Optimizer - Never Miss A Deal?

iDeals Shopping Optimizer - Never Miss A Deal is a Chrome extension developed by http://getideals.com, and its main feature is "Your Personal Shopping Assistant - Helps You Find The Best Deal for the right product".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download iDeals Shopping Optimizer - Never Miss A Deal Extension CRX File

Download iDeals Shopping Optimizer - Never Miss A Deal extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name iDeals Shopping Optimizer - Never Miss A Deal iDeals Shopping Optimizer - Never Miss A Deal
ID boippofffnimacokgckaeilmncchhdpg
Official URL https://chrome.google.com/webstore/detail/ideals-shopping-optimizer/boippofffnimacokgckaeilmncchhdpg
Description Your Personal Shopping Assistant - Helps You Find The Best Deal for the right product
File Size 6.77 KB
Installation Count 116
Current Version 1.6
Last Updated 2014-07-17
Publish Date 2014-07-17
Rating 4.00/5 Total 6 Ratings
Developer http://getideals.com
Payment Type free
Extension Website http://getideals.com
Help Page URL http://getideals.com/faq/
Supported Languages 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"
    }
}