Shopify Live Orders by SimplyTrends.co

Track live sales on any Shopify store.

Shopify Live Orders by SimplyTrends.coคืออะไร?

Shopify Live Orders by SimplyTrends.co เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://simplytrends.co และคุณลักษณะหลักของมันคือ "Track live sales on any Shopify store."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shopify Live Orders by SimplyTrends.co

ดาวน์โหลดไฟล์ส่วนขยาย Shopify Live Orders by SimplyTrends.co ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Live Orders — Track competitor's real-time orders on a timeline, discover top-selling products, and observe competitor's sales trends over time.
Everything in this Chrome extension is FREE, proudly presented by SimplyTrends. 

What is Live Orders
Whenever you need to view live sales of a Shopify store, Live Orders is the ultimate tool you need. Simply launch it on a Shopify page, you can view real-time orders with must-have details. Keep the Live Orders page open, and you will start to see sales trends over time, and the latest best sellers.

Why Live Orders
It's real-time. It's fast. It's absolutely free compared to Ali Hunter with a very limited free quota.
✅ View real-time sales on timeline.
✅ Visualize the trend and understand ups and downs easier. 
✅ Stats summary of total orders and revenue generated over time.
✅ Always be the first to know top-selling products.
✅ Find suppliers with image search right away.

How to Use Live Orders
☝️ Install the Chrome Extension.
✌️ Register SimplyTrends account for free.
👌 Launch it on any Shopify page and click to view Live Sales.

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

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

ชื่อ Shopify Live Orders by SimplyTrends.co Shopify Live Orders by SimplyTrends.co
ID gjalmnplbjipbddhhmnlohlmhgdnlkcp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/shopify-live-orders-by-si/gjalmnplbjipbddhhmnlohlmhgdnlkcp
คำอธิบาย Track live sales on any Shopify store.
ขนาดไฟล์ 646 KB
จำนวนการติดตั้ง 421
เวอร์ชันปัจจุบัน 0.0.0.2
อัปเดตครั้งล่าสุด 2022-10-27
วันที่เผยแพร่ 2022-09-25
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://simplytrends.co
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://simplytrends.co/
URL หน้านโยบายความเป็นส่วนตัว https://www.simplytrends.co/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Live Orders",
    "name": "Shopify Live Orders by SimplyTrends.co",
    "description": "Track live sales on any Shopify store.",
    "version": "0.0.0.2",
    "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"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "contentscript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.simplytrends.co\/crx\/*"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "js": [
                "simplytrends.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "simplytrends.js",
                "entry.js",
                "getShopifyInfoInDocument.js",
                "contentscript.js",
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}