E-commerce detector: Shopify/WooCommerce/Wix

Detect which e-commerce platform any site is using

E-commerce detector: Shopify/WooCommerce/Wixคืออะไร?

E-commerce detector: Shopify/WooCommerce/Wix เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Superimposed Apps และคุณลักษณะหลักของมันคือ "Detect which e-commerce platform any site is using"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย E-commerce detector: Shopify/WooCommerce/Wix

ดาวน์โหลดไฟล์ส่วนขยาย E-commerce detector: Shopify/WooCommerce/Wix ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        E-commerce Detector is a simple tool to help you quickly and accurately determine which e-commerce platform any given site is using. Supported platforms: Shopify, WooCommerce, and Wix

If you are a small business owner trying to choose the best platform for your own online store, or an e-commerce expert/app developer hunting down latest trends & tech, this is the perfect tool to uncover the secrets of online stores and make more informed decisions about your own e-commerce strategy & technology

Coming soon, detection for:
- Apps and themes
- Marketing/analytics platforms
- Review/feedback management tools                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ E-commerce detector: Shopify/WooCommerce/Wix E-commerce detector: Shopify/WooCommerce/Wix
ID pkibjdegioolmodmhfikiiekllecpion
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/e-commerce-detector-shopi/pkibjdegioolmodmhfikiiekllecpion
คำอธิบาย Detect which e-commerce platform any site is using
ขนาดไฟล์ 41.77 KB
จำนวนการติดตั้ง 121
เวอร์ชันปัจจุบัน 0.0.1.0
อัปเดตครั้งล่าสุด 2023-01-05
วันที่เผยแพร่ 2023-01-05
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Superimposed Apps
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "E-commerce detector: Shopify\/WooCommerce\/Wix",
    "version": "0.0.1.0",
    "description": "Detect which e-commerce platform any site is using",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icons\/icon32.png"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/index.tsx-loader.4260c397.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "css": [
                "assets\/index.f7e01910.css"
            ]
        }
    ],
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "assets\/img\/*",
                "assets\/logos\/*"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/shopify.764a604b.svg",
                "assets\/wix.d59d8b54.svg",
                "assets\/woocommerce.a59765c6.svg",
                "assets\/index.ba08328e.js",
                "assets\/PlatformData.90074643.js",
                "assets\/index.tsx.7e1de995.js"
            ],
            "use_dynamic_url": true
        }
    ]
}