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.

Что такое VIEWTEST - Amazon Image Testing Tool?

VIEWTEST - Amazon Image Testing Tool - это расширение Chrome, разработанное 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.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения VIEWTEST - Amazon Image Testing Tool

Скачайте файлы расширений VIEWTEST - Amazon Image Testing Tool в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название VIEWTEST - Amazon Image Testing Tool VIEWTEST - Amazon Image Testing Tool
ID ekcgofjdeaedfkakldlgmcbgflnmkhma
Официальный URL https://chromewebstore.google.com/detail/viewtest-amazon-image-tes/ekcgofjdeaedfkakldlgmcbgflnmkhma
Описание 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.
Размер файла 590 KB
Количество установок 2,310
Текущая Версия 4.4.6
Последнее Обновление 2022-04-26
Дата публикации 2020-07-08
Рейтинг 5.00/5 Всего 9 оценок
Разработчик ViewTest - Amazon Image Testing Tool
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://viewtest.com
URL страницы помощи https://viewtest.com/contact-us
URL страницы политики конфиденциальности https://viewtest.com/privacy-policy
Поддерживаемые языки 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'"
}