Amazon Price Tracker
Tracks Amazon Product Prices
Amazon Price Tracker란 무엇입니까?
Amazon Price Tracker은(는) SchoolHelper에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tracks Amazon Product Prices"입니다.
확장 프로그램 스크린샷
Amazon Price Tracker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A simple Amazon Price tracker. It has two possible functions, one allows it to save a new product while the other shows the current products the extension is keeping track of. DISCLAIMER: Some products on Amazon like books or products with multiple prices do not function as intended. Privacy: This extension can only access your browsing when on the amazon website. It only saves the URL of the product page when you click the button titled, "save this product".
확장 프로그램 기본 정보
이름 | Amazon Price Tracker |
ID | npdolbglkedboekdpjcgfnnekcciedki |
공식 URL | https://chromewebstore.google.com/detail/amazon-price-tracker/npdolbglkedboekdpjcgfnnekcciedki |
설명 | Tracks Amazon Product Prices |
파일 크기 | 14.39 KB |
설치 횟수 | 26 |
현재 버전 | 1.2 |
최근 업데이트 | 2019-01-17 |
출시 날짜 | 2019-01-17 |
개발자 | SchoolHelper |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Amazon Price Tracker", "short_name": "amazonWatch", "version": "1.2", "description": "Tracks Amazon Product Prices", "manifest_version": 2, "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_title": "Track Amazon Products!" }, "icons": { "32": "images\/logoA32.png", "48": "images\/logoA48.png", "128": "images\/logoA128.png" }, "permissions": [ "storage", "https:\/\/www.amazon.com\/*" ] } |