Triple Whale

Get real time data for your Shopify store

什麼是Triple Whale?

Triple Whale是由https://triplewhale.com開發的Chrome擴展程式,該擴展的主要功能是“Get real time data for your Shopify store”。

擴展截圖

screenshot

下載Triple Whale擴展crx文件

下載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
官方網址 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"
    }
}