Amazon™ Price History Tracker - AmzChart

AmzChart - Display all historical prices of Amazon products!

Amazon™ Price History Tracker - AmzChart란 무엇입니까?

Amazon™ Price History Tracker - AmzChart은(는) MossExt에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "AmzChart - Display all historical prices of Amazon products!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Amazon™ Price History Tracker - AmzChart 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Amazon Price History Tracker - AmzChart is a display historical Amazon prices Chrome extension. With this plugin, you can browse detailed price history charts for over 3 billion Amazon products.

*No bloat, no ads, no unnecessary permissions.*

AmzChart
> Display all historical prices and lowest price of Amazon products.
> The lowest price and date are displayed in the upper right corner of the window.
> Drag the slider to view the price of all time periods.
> No account required. Just install and start viewing.
> Amazon All Markets Support 
> Language Support [ English | 中文 ].

FAQ
-Q:What is a Price Tracker?
-A:A price tracker is a tool to monitor price changes on Amazon

-Q:What are the Benefits of Price Trackers?
-A:In fact, using a price tracker can help both buyers and businesses. Buyers can compare the prices to make the best purchase. At the same time, sellers can track price changes on the market and adjust their own price levels accordingly. Retailers can filter out the best offers. In turn, manufacturers can control their Minimum Advertised Pricing.


We'd love to hear from you. We’re here to help and answer any questions you might have.
Here's how you can reach us for any reason.
[email protected]

The term 'Amazon' is a trademark of Amazon,Inc. This application uses the Amazon API but is not endorsed or certified by Amazon                    

확장 프로그램 기본 정보

이름 Amazon™ Price History Tracker - AmzChart Amazon™ Price History Tracker - AmzChart
ID boljogbhdlnglpadhgaecnmecdnhnjpe
공식 URL https://chromewebstore.google.com/detail/amazon-price-history-trac/boljogbhdlnglpadhgaecnmecdnhnjpe
설명 AmzChart - Display all historical prices of Amazon products!
파일 크기 788 KB
설치 횟수 11,061
현재 버전 2.0.3
최근 업데이트 2023-06-29
출시 날짜 2021-04-15
평점 4.39/5 총 31 개의 평점
개발자 MossExt
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://amzchart.com
개인정보 보호 정책 페이지 URL https://findniche.com/privacy
지원되는 언어 en,hr,lv,sk,sr,bg,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.0.3",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/chrome.google.com",
    "default_locale": "en",
    "permissions": [
        "notifications",
        "storage",
        "alarms",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.findniche.com\/*"
    ],
    "icons": {
        "128": "icon\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/chunk-vendors.js",
                "js\/content.js"
            ],
            "css": [
                "css\/main.css",
                "css\/content.css"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "action": {
        "default_icon": "icon\/icon.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "icon\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; frame-src 'self'; child-src 'self'"
    }
}