AMZ Evaluator

Amazon keyword and product evaluation tool.

AMZ Evaluator란 무엇입니까?

AMZ Evaluator은(는) Raybek Solutions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Amazon keyword and product evaluation tool."입니다.

확장 프로그램 스크린샷

screenshot

AMZ Evaluator 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        AMZ Evaluator is a tool for evaluating search terms on Amazon.  

AMZ Evaluator provides:

* Keyword analysis for Private Label, KDP and Merch keyword ideas
* Sales estimates
* Average price
* Average sales rank
* Review count

*** Warning ***
AMZ Evaluator currently only works on the US marketplace.

Updates:
v1.0.25:
  Bug fixes
v1.0.24:
  Bug fixes
v1.0.23:
  Bug fixes
v1.0.22:
  Bug fixes
v1.0.21:
  Bug fixes
v1.0.20 :
  Bug fix
v1.0.19 :
  Update to allow working in Incognito mode.                    

확장 프로그램 기본 정보

이름 AMZ Evaluator AMZ Evaluator
ID meemnnacmdpmmpoejhpnklfhilieeghl
공식 URL https://chromewebstore.google.com/detail/amz-evaluator/meemnnacmdpmmpoejhpnklfhilieeghl
설명 Amazon keyword and product evaluation tool.
파일 크기 357 KB
설치 횟수 1,777
현재 버전 1.0.25
최근 업데이트 2022-04-07
출시 날짜 2020-04-04
평점 3.50/5 총 2 개의 평점
개발자 Raybek Solutions
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL http://raybeksolutions.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AMZ Evaluator",
    "description": "Amazon keyword and product evaluation tool.",
    "version": "1.0.25",
    "icons": {
        "128": "icon-128.png"
    },
    "page_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.amazon.com\/*",
                "*:\/\/smile.amazon.com\/*",
                "*:\/\/www.amazon.co.uk\/*",
                "*:\/\/www.amazon.ca\/*"
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ]
        }
    ],
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "storage",
        "*:\/\/www.amazon.com\/*",
        "*:\/\/smile.amazon.com\/*",
        "*:\/\/www.amazon.co.uk\/*",
        "*:\/\/www.amazon.ca\/*",
        "https:\/\/api.gumroad.com\/"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "popup\/*"
    ],
    "sandbox": {
        "pages": [
            "sandbox.html"
        ]
    },
    "incognito": "split"
}