Merch Keywords

Get notified about banned keywords before you submit your Amazon Merch design!

Cos'è Merch Keywords?

Merch Keywords è un'estensione di Chrome sviluppata da Passive Income Tools LLC, e la sua funzione principale è "Get notified about banned keywords before you submit your Amazon Merch design!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Merch Keywords

Scarica i file di estensione Merch Keywords in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Do your designs get rejected in Merch By Amazon? Want to know before you press that "Publish" button? Install this extension to prevent future rejections. Includes sensitive keywords for "Youth" merchandise.                    

Informazioni di Base sull'Estensione

Nome Merch Keywords Merch Keywords
ID alokkeanboefokelojhfolnojmopjlba
URL Ufficiale https://chrome.google.com/webstore/detail/alokkeanboefokelojhfolnojmopjlba
Descrizione Get notified about banned keywords before you submit your Amazon Merch design!
Dimensione del File 193 KB
Conteggio Installazioni 2,377
Versione Corrente 1.0.5
Ultimo Aggiornamento 2020-12-09
Data di Pubblicazione 2020-07-21
Valutazione 4.00/5 Totale 12 Valutazioni
Sviluppatore Passive Income Tools LLC
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://automatepod.com/privacy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Merch Keywords",
    "description": "Get notified about banned keywords before you submit your Amazon Merch design!",
    "version": "1.0.5",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/merch.amazon.com\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Merch Keywords"
    }
}