Etsy Analyzer

This extension can help you view information and historical data trends of Etsy stores and their products.

Etsy Analyzer क्या है?

Etsy Analyzer ixspy.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension can help you view information and historical data trends of Etsy stores and their products."।

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Etsy tool for E-commerce sellers and Dropshippers. Etsy Analyzer is the No.1 Etsy analysis extension that help you quickly analyze store and product information, understand the recent trends of competitors, and further explore products through various unique functions.
---------------------------------------------------------------------------------------------------------------------------------
What functions does this extension has?

Store basic information
Quickly understand their basic information when browsing stores and products on the Etsy stores’ website.
Store: product quantity, orders, reviews, favorites, country, open time and top products;

Stores’ trend charts
Check about store’s sales, reviews, favorites trends, grasp the recent performance of competitors and can carry out long-term tracking.

Products’ trend charts
View recent product sales, reviews, favorites trends, understand the daily changes in products, help you quickly discover popular products, and understand the status of competing products.
---------------------------------------------------------------------------------------------------------------------------------
How to use it?
Just install the extension with Chrome browser, visit Etsy stores, and it will show all things for you.
---------------------------------------------------------------------------------------------------------------------------------
As the best alternative of Etsyhunt, Etsy Tag Tool, Etsy Analyzer is your best partner for your E-commerce business. Try it now! For more Etsy products and stores analysis, please visit https://ixspy.com                    

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

नाम Etsy Analyzer Etsy Analyzer
ID mpkkpkdbheikpcgpiacppmbnpmepibac
आधिकारिक URL https://chromewebstore.google.com/detail/etsy-analyzer/mpkkpkdbheikpcgpiacppmbnpmepibac
विवरण This extension can help you view information and historical data trends of Etsy stores and their products.
फ़ाइल का आकार 736 KB
स्थापना संख्या 5,578
वर्तमान संस्करण 1.1.1
अंतिम अपडेट 2023-10-18
प्रकाशन तिथि 2021-07-06
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर ixspy.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://ixspy.com/private
समर्थित भाषाएँ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Etsy Analyzer",
    "version": "1.1.1",
    "description": "This extension can help you view information and historical data trends of Etsy stores and their products.",
    "author": "ixspy",
    "default_locale": "en",
    "icons": {
        "48": "img\/Etsy.png",
        "128": "img\/Etsy.png"
    },
    "permissions": [
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "http:\/\/ali.same.com\/*",
        "*:\/\/*.ixspy.com\/*",
        "*:\/\/*.etsy.com\/*"
    ],
    "action": {
        "default_icon": "img\/Etsy.png",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "exclude_matches": [],
            "matches": [
                "https:\/\/*.etsy.com\/*",
                "https:\/\/www.etsy.com\/*",
                "https:\/\/cdn.ixspy.cn\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/echarts.min.js",
                "js\/content_script_convey.js",
                "js\/content_script_dom.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/jquery.js",
                "js\/common_func.js",
                "js\/bootstrap.min.js",
                "js\/echarts.min.js",
                "css\/bootstrap.min.css",
                "css\/plugin.css",
                "img\/*.png",
                "img\/*.svg",
                "fonts\/glyphicons-halflings-regular.ttf",
                "fonts\/glyphicons-halflings-regular.woff2",
                "fonts\/glyphicons-halflings-regular.woff",
                "js\/inject_web.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}