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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Instantly find Shopify stores similar to the one you are currently browsing."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Similar Shopify Stores by SimplyTrends.co 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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'"
    }
}