SellerTools Amazon Product & Keyword Research

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

Qu'est-ce que SellerTools Amazon Product & Keyword Research ?

SellerTools Amazon Product & Keyword Research est une extension Chrome développée par Seller.Tools, et sa fonction principale est "SellerTools: Amazon Product Research, Suggestions Expander, Search Keyword Volume, Automated Reviews, Sales, Listing Optimization".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension SellerTools Amazon Product & Keyword Research

Téléchargez les fichiers d'extension SellerTools Amazon Product & Keyword Research au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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]                    

Informations de Base sur l'Extension

Nom SellerTools Amazon Product & Keyword Research SellerTools Amazon Product & Keyword Research
ID hjlmldddmfhmlignbidllopepcpnikln
URL Officiel https://chromewebstore.google.com/detail/sellertools-amazon-produc/hjlmldddmfhmlignbidllopepcpnikln
Description SellerTools: Amazon Product Research, Suggestions Expander, Search Keyword Volume, Automated Reviews, Sales, Listing Optimization
Taille du Fichier 3.5 MB
Nombre d'Installations 14,293
Version Actuelle 24.3.1
Dernière Mise à Jour 2024-03-01
Date de Publication 2020-06-01
Évaluation 5.00/5 Total 14 Évaluations
Développeur Seller.Tools
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://seller.tools
URL de la Page de Politique de Confidentialité https://seller.tools/privacy
Langues Prises en Charge 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'"
}