Amazon Price Tracker

Amazon Price Tracker is the best way to track Amazon products and get notified when their prices drop

Amazon Price Tracker란 무엇입니까?

Amazon Price Tracker은(는) https://pricetracker.zoomzio.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Amazon Price Tracker is the best way to track Amazon products and get notified when their prices drop"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Amazon Price Tracker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        There is no membership. no fees.  It can track as many items as you want.

Features: 
* Just go to any Amazon product page and click on the "Price Tracker" icon. The item will be added to your product list instantly.

* You can set the email alerts for the individual products. 

* You can also use the Price Watcher as a product registry or shopping list for Amazon items. 

* With our "lighting search" feature, you can get search results instantly.

Please provide us with any feedback you may have and please remember to rate us!

Limitations: 
1) Only works on Amazon US 

-Version 1.0 : Initial version                    

확장 프로그램 기본 정보

이름 Amazon Price Tracker Amazon Price Tracker
ID hghiflokdkfejijmhioochdgncpoanon
공식 URL https://chromewebstore.google.com/detail/amazon-price-tracker/hghiflokdkfejijmhioochdgncpoanon
설명 Amazon Price Tracker is the best way to track Amazon products and get notified when their prices drop
파일 크기 52.73 KB
설치 횟수 193
현재 버전 1.2.0
최근 업데이트 2014-01-18
출시 날짜 2014-01-18
평점 4.29/5 총 7 개의 평점
개발자 https://pricetracker.zoomzio.com
결제 유형 free
확장 프로그램 웹 사이트 http://pricetracker.zoomzio.com
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon Price Tracker",
    "version": "1.2.0",
    "manifest_version": 2,
    "description": "Amazon Price Tracker is the best way to track Amazon products and get notified when their prices drop",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "homepage_url": "http:\/\/pricetracker.zoomzio.com",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "short_name": "PriceTracker",
    "permissions": [
        "tabs",
        "",
        "storage"
    ]
}