VIEWTEST - Amazon Image Testing Tool

The testing tool will allow the user to enter their own product main picture and to see it as if it was selling on amazon.

Cos'è VIEWTEST - Amazon Image Testing Tool?

VIEWTEST - Amazon Image Testing Tool è un'estensione di Chrome sviluppata da ViewTest - Amazon Image Testing Tool, e la sua funzione principale è "The testing tool will allow the user to enter their own product main picture and to see it as if it was selling on amazon.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione VIEWTEST - Amazon Image Testing Tool

Scarica i file di estensione VIEWTEST - Amazon Image Testing Tool 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

                        Viewtest helps Amazon eCommerce sellers to test their products before their initial launch and diminish any uncertainty by requesting their targeted audience for feedback. Our platform lets you Simulate and test your product Image, pricing, ratings, and title against competitors.                    

Informazioni di Base sull'Estensione

Nome VIEWTEST - Amazon Image Testing Tool VIEWTEST - Amazon Image Testing Tool
ID ekcgofjdeaedfkakldlgmcbgflnmkhma
URL Ufficiale https://chromewebstore.google.com/detail/viewtest-amazon-image-tes/ekcgofjdeaedfkakldlgmcbgflnmkhma
Descrizione The testing tool will allow the user to enter their own product main picture and to see it as if it was selling on amazon.
Dimensione del File 590 KB
Conteggio Installazioni 2,310
Versione Corrente 4.4.6
Ultimo Aggiornamento 2022-04-26
Data di Pubblicazione 2020-07-08
Valutazione 5.00/5 Totale 9 Valutazioni
Sviluppatore ViewTest - Amazon Image Testing Tool
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://viewtest.com
URL della Pagina di Aiuto https://viewtest.com/contact-us
URL della Pagina della Politica sulla Privacy https://viewtest.com/privacy-policy
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VIEWTEST - Amazon Image Testing Tool",
    "description": "The testing tool will allow the user to enter their own product main picture and to see it as if it was selling on amazon.",
    "version": "4.4.6",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/jquery.min.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/128.png"
    },
    "icons": {
        "256": "icons\/256.png",
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "48": "icons\/48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.in\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.co.jp\/*",
                "*:\/\/*.amazon.es\/*",
                "*:\/\/*.amazon.com.mx\/*",
                "*:\/\/*.amazon.com.br\/*",
                "*:\/\/*.amazon.com.au\/*",
                "*:\/\/*.amazon.ae\/*",
                "*:\/\/*.amazon.com.tr\/*",
                "*:\/\/*.amazon.sg\/*",
                "*:\/\/*.amazon.se\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/script.js",
                "js\/mutations.js"
            ],
            "css": [
                "css\/content_script.css",
                "css\/devices.min.css",
                "css\/phone-frame.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.viewtest.com\/*",
                "http:\/\/localhost:3000\/*"
            ],
            "js": [
                "js\/script2.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "downloads",
        "*:\/\/www.amazon.com\/",
        "*:\/\/localhost\/",
        "https:\/\/viewtest.com\/*",
        "webRequest",
        "webRequestBlocking",
        "webNavigation"
    ],
    "web_accessible_resources": [
        "popup.html",
        "product_popup.html",
        "poll.html",
        "checkout.html",
        "thanks.html",
        "images\/*",
        "js\/phone-controls.js"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/viewtest.us6.list-manage.com https:\/\/viewtest.com https:\/\/www.google-analytics.com; object-src 'self'"
}