iDeals Shopping Optimizer - Never Miss A Deal

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

什么是iDeals Shopping Optimizer - Never Miss A Deal?

iDeals Shopping Optimizer - Never Miss A Deal是由http://getideals.com开发的Chrome扩展程序,该扩展的主要功能是“Your Personal Shopping Assistant - Helps You Find The Best Deal for the right product”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载iDeals Shopping Optimizer - Never Miss A Deal扩展crx文件

下载iDeals Shopping Optimizer - Never Miss A Deal扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 iDeals Shopping Optimizer - Never Miss A Deal iDeals Shopping Optimizer - Never Miss A Deal
ID boippofffnimacokgckaeilmncchhdpg
官方URL https://chrome.google.com/webstore/detail/ideals-shopping-optimizer/boippofffnimacokgckaeilmncchhdpg
简介 Your Personal Shopping Assistant - Helps You Find The Best Deal for the right product
文件大小 6.77 KB
安装次数 116
当前版本 1.6
更新时间 2014-07-17
上架时间 2014-07-17
评分 4.00/5 共6次评分
开发者 http://getideals.com
付费类型 free
扩展官网 http://getideals.com
帮助页面URL http://getideals.com/faq/
支持的语言 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"
    }
}