Merchlytics

Merchlytics by Merch Informer is a must have tool in your Merch by Amazon toolbox! Merchlytics was designed to display historical…

Merchlytics क्या है?

Merchlytics https://merchinformer.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Merchlytics by Merch Informer is a must have tool in your Merch by Amazon toolbox! Merchlytics was designed to display historical…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

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

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

                        Merchlytics by Merch Informer is a must have tool in your Merch by Amazon toolbox!

Merchlytics was designed to display historical t-shirt data over time directly on the Amazon page. This will allow you to see price trends and BSR trends without leaving Amazon as long as you have a Merch Informer Account.

With Merchlytics, you will have the ability to judge how well a shirt is doing in a particular niche, understand how best sellers have changed their pricing strategy over time, and how this has affected the sellers rank on Amazon.                    

एक्सटेंशन की मूल जानकारी

नाम Merchlytics Merchlytics
ID aomlalciknfklfplgkpfehlfnnokafaa
आधिकारिक URL https://chromewebstore.google.com/detail/merchlytics/aomlalciknfklfplgkpfehlfnnokafaa
विवरण Merchlytics by Merch Informer is a must have tool in your Merch by Amazon toolbox! Merchlytics was designed to display historical…
फ़ाइल का आकार 176 KB
स्थापना संख्या 1,353
वर्तमान संस्करण 1.6
अंतिम अपडेट 2019-04-01
प्रकाशन तिथि 2019-04-01
रेटिंग 2.50/5 कुल 2 रेटिंग्स
डेवलपर https://merchinformer.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://merchinformer.com/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Merchlytics",
    "description": "",
    "background": {
        "scripts": [
            "vendor\/jquery-3.3.1.min.js",
            "scripts\/background.min.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "Merchlytics",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/*"
            ],
            "js": [
                "vendor\/jquery-3.3.1.min.js",
                "vendor\/flot.min.js",
                "scripts\/content.min.js"
            ],
            "css": [
                "styles\/content.min.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "images\/checkbox-0.svg",
        "images\/checkbox-1.svg",
        "images\/loader.svg",
        "images\/cross.svg"
    ],
    "content_security_policy": "script-src 'self' https:\/\/fonts.googleapis.com; object-src 'self'",
    "icons": {
        "128": "images\/icon.png",
        "16": "images\/icon.png",
        "48": "images\/icon.png"
    },
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/members.merchinformer.com\/",
        "https:\/\/us.amz-storage.merchinformer.com\/"
    ],
    "version": "1.6"
}