SellerTools Amazon Product & Keyword Research

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

O que é SellerTools Amazon Product & Keyword Research?

SellerTools Amazon Product & Keyword Research é uma extensão do Chrome desenvolvida por Seller.Tools, e sua principal característica é "SellerTools: Amazon Product Research, Suggestions Expander, Search Keyword Volume, Automated Reviews, Sales, Listing Optimization".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão SellerTools Amazon Product & Keyword Research

Baixe arquivos de extensão SellerTools Amazon Product & Keyword Research no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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]                    

Informações Básicas da Extensão

Nome SellerTools Amazon Product & Keyword Research SellerTools Amazon Product & Keyword Research
ID hjlmldddmfhmlignbidllopepcpnikln
URL Oficial https://chromewebstore.google.com/detail/sellertools-amazon-produc/hjlmldddmfhmlignbidllopepcpnikln
Descrição SellerTools: Amazon Product Research, Suggestions Expander, Search Keyword Volume, Automated Reviews, Sales, Listing Optimization
Tamanho do Arquivo 3.5 MB
Contagem de Instalações 14,293
Versão Atual 24.3.1
Última Atualização 2024-03-01
Data de Publicação 2020-06-01
Classificação 5.00/5 Total de 14 Avaliações
Desenvolvedor Seller.Tools
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://seller.tools
URL da Página de Política de Privacidade https://seller.tools/privacy
Idiomas Suportados 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'"
}