Amazon Price Tracker Assistant - amzdealz.net

Track any amazon product with history of price changes.

Amazon Price Tracker Assistant - amzdealz.net란 무엇입니까?

Amazon Price Tracker Assistant - amzdealz.net은(는) https://amzdealz.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Track any amazon product with history of price changes."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Amazon Price Tracker Assistant - amzdealz.net 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The browser Add-On from amzdealz.net is easy to use and helps you make better purchasing decisions when shopping online.

Key features:
💰 Amazon price tracking (incl. price drop alert by email)
📈 Amazon Price History
🏆 Best Amazon Deals
🚫 No account needed
🛒Supported Amazon marketplaces [.com | .de | .com.br | .com.au]

Just install and save!

Our privacy policy:
https://amzdealz.net/privacy_policy                    

확장 프로그램 기본 정보

이름 Amazon Price Tracker Assistant - amzdealz.net Amazon Price Tracker Assistant - amzdealz.net
ID pedfjcopmeikkbjkpakmggbndkpbplna
공식 URL https://chrome.google.com/webstore/detail/amazon-price-tracker-assi/pedfjcopmeikkbjkpakmggbndkpbplna
설명 Track any amazon product with history of price changes.
파일 크기 411 KB
설치 횟수 43
현재 버전 1.1.0
최근 업데이트 2021-04-22
출시 날짜 2021-03-22
평점 5.00/5 총 1 개의 평점
개발자 https://amzdealz.net
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://amzdealz.net
개인정보 보호 정책 페이지 URL https://amzdealz.net/privacy_policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazon Price Tracker Assistant - amzdealz.net",
    "version": "1.1.0",
    "description": "Track any amazon product with history of price changes.",
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "img\/icon.png",
            "32": "img\/icon.png",
            "48": "img\/icon.png",
            "128": "img\/icon.png"
        }
    },
    "icons": {
        "16": "img\/icon.png",
        "32": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/*.amzdealz.net\/*",
        "https:\/\/*.amazon.com\/*",
        "https:\/\/*.amazon.com.br\/*",
        "https:\/\/*.amazon.de\/*",
        "https:\/\/*.amazon.com.au\/*"
    ],
    "homepage_url": "https:\/\/amzdealz.net\/"
}