Triple Whale

Get real time data for your Shopify store

Triple Whaleคืออะไร?

Triple Whale เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://triplewhale.com และคุณลักษณะหลักของมันคือ "Get real time data for your Shopify store"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Triple Whale

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

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

                        Everything You Need To Know About Your Ecommerce Business In One Place.

Stop wasting time toggling from tab to tab. Easily integrate your data from Shopfiy, Facebook, Google, and other popular apps for your store. Including apps like Klaviyo and Gorgias.

This extension will bring all your key data points into the Shopfiy Panel                    

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

ชื่อ Triple Whale Triple Whale
ID onhpecfdnoaelgclijekchmplpnglohn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/triple-whale/onhpecfdnoaelgclijekchmplpnglohn
คำอธิบาย Get real time data for your Shopify store
ขนาดไฟล์ 29.81 KB
จำนวนการติดตั้ง 1,322
เวอร์ชันปัจจุบัน 1.15
อัปเดตครั้งล่าสุด 2023-09-12
วันที่เผยแพร่ 2021-04-03
คะแนน 3.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://triplewhale.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://triplewhale.com
URL หน้าช่วยเหลือ https://kb.triplewhale.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Triple Whale",
    "description": "Get real time data for your Shopify store",
    "version": "1.15",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.myshopify.com\/admin\/*",
                "https:\/\/admin.shopify.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png",
        "512": "icon.png"
    }
}