AMZ Evaluator

Amazon keyword and product evaluation tool.

Was ist AMZ Evaluator?

AMZ Evaluator ist eine Chrome-Erweiterung, die von Raybek Solutions entwickelt wurde, und ihr Hauptmerkmal ist "Amazon keyword and product evaluation tool.".

Erweiterungsscreenshots

screenshot

AMZ Evaluator-Erweiterungs-CRX-Datei herunterladen

Laden Sie AMZ Evaluator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name AMZ Evaluator AMZ Evaluator
ID meemnnacmdpmmpoejhpnklfhilieeghl
Offizielle URL https://chromewebstore.google.com/detail/amz-evaluator/meemnnacmdpmmpoejhpnklfhilieeghl
Beschreibung Amazon keyword and product evaluation tool.
Dateigröße 357 KB
Installationsanzahl 1,777
Aktuelle Version 1.0.25
Letztes Update 2022-04-07
Veröffentlichungsdatum 2020-04-04
Bewertung 3.50/5 Insgesamt 2 Bewertungen
Entwickler Raybek Solutions
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite http://raybeksolutions.com/privacy-policy
Unterstützte Sprachen 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"
}