Amazon Review Tracker

You can track Review and Ratings of the Amazon Product. From Sellergyan

Amazon Review Tracker란 무엇입니까?

Amazon Review Tracker은(는) https://www.sellergyan.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "You can track Review and Ratings of the Amazon Product. From Sellergyan"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Track reviews of Amazon products for given merchant. Powered by sellergyan.                    

확장 프로그램 기본 정보

이름 Amazon Review Tracker Amazon Review Tracker
ID lcmgdfkaegmeeifnngjgdppelcbpabch
공식 URL https://chromewebstore.google.com/detail/amazon-review-tracker/lcmgdfkaegmeeifnngjgdppelcbpabch
설명 You can track Review and Ratings of the Amazon Product. From Sellergyan
파일 크기 207 KB
설치 횟수 17
현재 버전 1.2
최근 업데이트 2019-07-18
출시 날짜 2019-07-18
개발자 https://www.sellergyan.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazon Review Tracker",
    "offline_enabled": false,
    "page_action": {
        "default_title": "Amazon Review Tracker",
        "default_popup": "count.html"
    },
    "icons": {
        "16": ".\/images\/icon16.png",
        "48": ".\/images\/icon48.png",
        "128": ".\/images\/icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.ae\/s?me=*",
                "https:\/\/www.amazon.com\/s?me=*",
                "https:\/\/www.amazon.in\/s?me=*",
                "https:\/\/www.amazon.co.jp\/s?me=*",
                "https:\/\/www.amazon.cn\/s?me=*",
                "https:\/\/www.amazon.com.sg\/s?me=*",
                "https:\/\/www.amazon.fr\/s?me=*",
                "https:\/\/www.amazon.de\/s?me=*",
                "https:\/\/www.amazon.it\/s?me=*",
                "https:\/\/www.amazon.nl\/s?me=*",
                "https:\/\/www.amazon.es\/s?me=*",
                "https:\/\/www.amazon.co.uk\/s?me=*",
                "https:\/\/www.amazon.ca\/s?me=*",
                "https:\/\/www.amazon.com.mx\/s?me=*",
                "https:\/\/www.amazon.com.au\/s?me=*",
                "https:\/\/www.amazon.com.br\/s?me=*"
            ],
            "js": [
                "content.js",
                "jquery.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "version": "1.2",
    "description": "You can track Review and Ratings of the Amazon Product. From Sellergyan",
    "permissions": [
        "https:\/\/www.sellergyan.com\/*",
        "http:\/\/localhost\/*",
        "https:\/\/prosellerai.com\/*"
    ]
}