A7 ECOM TOOLS

Finding trademarks and keywords made easy on several platforms like Amazon, eBay, Etsy, and others.

Cos'è A7 ECOM TOOLS?

A7 ECOM TOOLS è un'estensione di Chrome sviluppata da VA7, e la sua funzione principale è "Finding trademarks and keywords made easy on several platforms like Amazon, eBay, Etsy, and others.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione A7 ECOM TOOLS

Scarica i file di estensione A7 ECOM TOOLS 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

                        This extension helps users to easily find trademarks by brands or keywords on several websites, like Amazon, eBay, Etsy and so on. Users who sell on these platforms can use this extension to verify and to avoid trademark violation.                    

Informazioni di Base sull'Estensione

Nome A7 ECOM TOOLS A7 ECOM TOOLS
ID fenbfdmldcjefniaknadlonmkadopodm
URL Ufficiale https://chromewebstore.google.com/detail/a7-ecom-tools/fenbfdmldcjefniaknadlonmkadopodm
Descrizione Finding trademarks and keywords made easy on several platforms like Amazon, eBay, Etsy, and others.
Dimensione del File 826 KB
Conteggio Installazioni 124
Versione Corrente 1.0.11
Ultimo Aggiornamento 2020-11-18
Data di Pubblicazione 2020-06-13
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore VA7
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.va7.co
URL della Pagina di Aiuto https://www.va7.co
URL della Pagina della Politica sulla Privacy https://www.va7.co/dashboard/privacy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "A7 ECOM TOOLS",
    "description": "Finding trademarks and keywords made easy on several platforms like Amazon, eBay, Etsy, and others.",
    "default_locale": "en",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "cookies",
        "https:\/\/www.va7.co\/",
        "http:\/\/localhost:8080\/"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.ebay.com\/*",
                "*:\/\/*.etsy.com\/*",
                "*:\/\/*.myshopify.com\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/content-script-main.js",
                "js\/content-script.js",
                "js\/fontawesome-all.min.js"
            ],
            "css": [
                "css\/main.css",
                "css\/fontawesome-all.min.css"
            ],
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_title": "A7 ECOM TOOLS",
        "default_popup": "popup.html",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "web_accessible_resources": [
        "_generated_background_page.html",
        "content.html",
        "contentb.html",
        "icons\/close64.png",
        "icons\/icon48.png"
    ],
    "version": "1.0.11",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}