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
Eメール [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"
    }
}