SellerTools Amazon Product & Keyword Research

SellerTools: Amazon Product Research, Suggestions Expander, Search Keyword Volume, Automated Reviews, Sales, Listing Optimization

What is SellerTools Amazon Product & Keyword Research?

SellerTools Amazon Product & Keyword Research is a Chrome extension developed by Seller.Tools, and its main feature is "SellerTools: Amazon Product Research, Suggestions Expander, Search Keyword Volume, Automated Reviews, Sales, Listing Optimization".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download SellerTools Amazon Product & Keyword Research Extension CRX File

Download SellerTools Amazon Product & Keyword Research extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        NEW: Check any listing against more than 30 different criteria to see how well this product listing will help convert customers.

Your All-In-One toolbox for Amazon success. Check your sales, send gift cards, or request reviews with one click - FREE with a SellerTools subscription.

Requesting reviews in Seller Central is simple and easy with this powerful tool. You’ll turn your most valuable and reliable customers into 5-star advocates for your brand in seconds.

Use the ticker to access information without leaving Amazon, such as Total Amazon Traffic, your daily sales data, or you can even send payments and gift card rebates directly from Amazon or any other website.

Our powerful features include:

Listing Quality Score: get feedback on your Amazon listing immediately by using the Listing Quality Score.

Access accurate Total Amazon Traffic direct from Amazon Brand Analytics Data without leaving Amazon - accurate reliable data is only a click away!

Target your highest-quality customers in seconds with Repeat Buyers Review Request

Download all your reviews with one click

Check your sales data from any website

Check Amazon Total Traffic, so you can compare your own sales with general Amazon trends

Send rebates without leaving your work: our ticker works on any website you wish

Works in every Amazon marketplace (US, UK, DE, FR, ES, IT, AU, JP, CA)

To get access, start your FREE 14-day trial of SellerTools here: https://app.seller.tools/en/auth/sign-up

Tap into the most advanced all-in-one suite of tools for Amazon sellers on the planet.

Have questions? Reach our team at [email protected]                    

Extension Basic Information

Name SellerTools Amazon Product & Keyword Research SellerTools Amazon Product & Keyword Research
ID hjlmldddmfhmlignbidllopepcpnikln
Official URL https://chromewebstore.google.com/detail/sellertools-amazon-produc/hjlmldddmfhmlignbidllopepcpnikln
Description SellerTools: Amazon Product Research, Suggestions Expander, Search Keyword Volume, Automated Reviews, Sales, Listing Optimization
File Size 3.5 MB
Installation Count 14,293
Current Version 24.3.1
Last Updated 2024-03-01
Publish Date 2020-06-01
Rating 5.00/5 Total 14 Ratings
Developer Seller.Tools
Email [email protected]
Payment Type free
Extension Website https://seller.tools
Privacy Policy Page URL https://seller.tools/privacy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SellerTools Amazon Product & Keyword Research",
    "short_name": "ST Chrome Extension",
    "version": "24.3.1",
    "description": "SellerTools: Amazon Product Research, Suggestions Expander, Search Keyword Volume, Automated Reviews, Sales, Listing Optimization",
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "",
        "https:\/\/fonts.googleapis.com\/"
    ],
    "browser_action": {
        "default_icon": "icons\/logo128.png",
        "default_popup": "popup\/index.html?#\/popup",
        "default_title": "SellerTools: Amazon Product Research, Suggestions Expander, Search Keyword Volume, Automated Reviews, Sales, Listing Optimization"
    },
    "homepage_url": "https:\/\/seller.tools\/",
    "icons": {
        "48": "icons\/logo48.png",
        "128": "icons\/logo128.png"
    },
    "background": {
        "scripts": [
            "backgroundPage.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "injectors\/instructions-injector.js",
                "injectors\/ticker-injector.js",
                "elements\/elements.js"
            ],
            "run_at": "document_start",
            "matches": [
                "https:\/\/*\/*"
            ],
            "include_globs": [
                "https:\/\/www.amazon.*\/*",
                "https:\/\/sellercentral.amazon.*",
                "https:\/\/sellercentral-europe.amazon.*"
            ]
        },
        {
            "js": [
                "injectors\/search-results-injector.js",
                "elements\/elements.js"
            ],
            "run_at": "document_start",
            "matches": [
                "https:\/\/*\/*"
            ],
            "include_globs": [
                "https:\/\/www.amazon.*\/s?*"
            ]
        },
        {
            "js": [
                "injectors\/product-page-buttons-injector.js",
                "elements\/elements.js"
            ],
            "run_at": "document_start",
            "matches": [
                "https:\/\/*\/*"
            ],
            "include_globs": [
                "https:\/\/www.amazon.*\/*dp\/*",
                "https:\/\/www.amazon.*\/*gp\/*"
            ]
        },
        {
            "js": [
                "injectors\/request-review-injector.js",
                "elements\/elements.js"
            ],
            "run_at": "document_start",
            "matches": [
                "https:\/\/*\/*"
            ],
            "include_globs": [
                "https:\/\/sellercentral.amazon.*\/orders*",
                "https:\/\/sellercentral-europe.amazon.*\/orders*"
            ]
        },
        {
            "js": [
                "injectors\/oep-niche-injector.js",
                "injectors\/oep-product-injector.js",
                "injectors\/oep-keyword-injector.js",
                "elements\/elements.js"
            ],
            "run_at": "document_start",
            "matches": [
                "https:\/\/*\/*"
            ],
            "include_globs": [
                "https:\/\/sellercentral.amazon.*\/opportunity-explorer\/*",
                "https:\/\/sellercentral-europe.amazon.*\/opportunity-explorer\/*"
            ]
        },
        {
            "js": [
                "injectors\/search-suggestion-expander-injector.js",
                "injectors\/keyword-suggestion-harvester-injector.js",
                "elements\/elements.js"
            ],
            "run_at": "document_start",
            "matches": [
                "https:\/\/*\/*"
            ],
            "include_globs": [
                "https:\/\/www.amazon.*\/*"
            ]
        },
        {
            "js": [
                "injectors\/sellercentral-product-page-buttons-injector.js",
                "elements\/elements.js"
            ],
            "run_at": "document_start",
            "matches": [
                "https:\/\/*\/*"
            ],
            "include_globs": [
                "https:\/\/sellercentral.amazon.*\/abis\/listing\/edit*",
                "https:\/\/sellercentral-europe.amazon.*\/abis\/listing\/edit*"
            ]
        }
    ],
    "web_accessible_resources": [
        "frames\/*",
        "elements\/*",
        "icons\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}