Triple Whale

Get real time data for your Shopify store

Was ist Triple Whale?

Triple Whale ist eine Chrome-Erweiterung, die von https://triplewhale.com entwickelt wurde, und ihr Hauptmerkmal ist "Get real time data for your Shopify store".

Erweiterungsscreenshots

screenshot

Triple Whale-Erweiterungs-CRX-Datei herunterladen

Laden Sie Triple Whale-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Triple Whale Triple Whale
ID onhpecfdnoaelgclijekchmplpnglohn
Offizielle URL https://chromewebstore.google.com/detail/triple-whale/onhpecfdnoaelgclijekchmplpnglohn
Beschreibung Get real time data for your Shopify store
Dateigröße 29.81 KB
Installationsanzahl 1,322
Aktuelle Version 1.15
Letztes Update 2023-09-12
Veröffentlichungsdatum 2021-04-03
Bewertung 3.33/5 Insgesamt 3 Bewertungen
Entwickler https://triplewhale.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://triplewhale.com
Hilfeseite URL https://kb.triplewhale.com/
Unterstützte Sprachen 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"
    }
}