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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में VIEWTEST - Amazon Image Testing Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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'"
}