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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}