Triple Whale

Get real time data for your Shopify store

Cos'è Triple Whale?

Triple Whale è un'estensione di Chrome sviluppata da https://triplewhale.com, e la sua funzione principale è "Get real time data for your Shopify store".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Triple Whale

Scarica i file di estensione Triple Whale in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Triple Whale Triple Whale
ID onhpecfdnoaelgclijekchmplpnglohn
URL Ufficiale https://chromewebstore.google.com/detail/triple-whale/onhpecfdnoaelgclijekchmplpnglohn
Descrizione Get real time data for your Shopify store
Dimensione del File 29.81 KB
Conteggio Installazioni 1,322
Versione Corrente 1.15
Ultimo Aggiornamento 2023-09-12
Data di Pubblicazione 2021-04-03
Valutazione 3.33/5 Totale 3 Valutazioni
Sviluppatore https://triplewhale.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://triplewhale.com
URL della Pagina di Aiuto https://kb.triplewhale.com/
Lingue Supportate 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"
    }
}