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
官方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"
    }
}