Similar Shopify Stores by SimplyTrends.co

Instantly find Shopify stores similar to the one you are currently browsing.

Similar Shopify Stores by SimplyTrends.co क्या है?

Similar Shopify Stores by SimplyTrends.co https://simplytrends.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Instantly find Shopify stores similar to the one you are currently browsing."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Similar Shopify Stores — Click and catch all similar stores across 2M Shopify stores, and narrow down competitors with filters.
Everything in this Chrome extension is FREE, proudly presented by SimplyTrends. 

What is Similar Shopify Stores
Once you launch it on a Shopify store page, you will find all its competitors across 2 million Shopify stores instantly. With filters, you can easily scale down competitors with different metrics. 

Why Similar Shopify Stores
Switch to Similar Shopify Stores from Koala Inspector or Ali Hunter, and rule the game in a new way. 
✅ Click to view current store's Shopify competitors.
✅ Filters: Top country, traffic, monthly revenue.
✅ View all eligible competitors in one place.
✅ Sort results efficiently, and view them in Grid/List View.

How to Use Similar Shopify Stores
☝️ Install the Chrome Extension.
✌️ Register SimplyTrends account for free.
👌 Launch it on any Shopify Store page, and click to explore competitors.

Got a Question?
We are always here to help, simply reach out to us at [email protected].                    

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

नाम Similar Shopify Stores by SimplyTrends.co Similar Shopify Stores by SimplyTrends.co
ID cgdebaojjhampfllknmpoakbdacigmok
आधिकारिक URL https://chromewebstore.google.com/detail/similar-shopify-stores-by/cgdebaojjhampfllknmpoakbdacigmok
विवरण Instantly find Shopify stores similar to the one you are currently browsing.
फ़ाइल का आकार 623 KB
स्थापना संख्या 55
वर्तमान संस्करण 0.0.0.3
अंतिम अपडेट 2023-07-25
प्रकाशन तिथि 2022-09-25
डेवलपर https://simplytrends.co
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.simplytrends.co
सहायता पृष्ठ URL https://www.simplytrends.co
गोपनीयता नीति पृष्ठ URL https://www.simplytrends.co/privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "SimilarStores",
    "name": "Similar Shopify Stores by SimplyTrends.co",
    "description": "Instantly find Shopify stores similar to the one you are currently browsing.",
    "version": "0.0.0.3",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "action": [],
    "permissions": [
        "scripting",
        "storage",
        "management",
        "declarativeNetRequestWithHostAccess"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_bing",
                "enabled": true,
                "path": "rules\/bing.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "entry.js",
                "getShopifyInfoInDocument.js",
                "contentscript.js",
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}