Triple Whale

Get real time data for your Shopify store

Qu'est-ce que Triple Whale ?

Triple Whale est une extension Chrome développée par https://triplewhale.com, et sa fonction principale est "Get real time data for your Shopify store".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Triple Whale

Téléchargez les fichiers d'extension Triple Whale au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Triple Whale Triple Whale
ID onhpecfdnoaelgclijekchmplpnglohn
URL Officiel https://chromewebstore.google.com/detail/triple-whale/onhpecfdnoaelgclijekchmplpnglohn
Description Get real time data for your Shopify store
Taille du Fichier 29.81 KB
Nombre d'Installations 1,322
Version Actuelle 1.15
Dernière Mise à Jour 2023-09-12
Date de Publication 2021-04-03
Évaluation 3.33/5 Total 3 Évaluations
Développeur https://triplewhale.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://triplewhale.com
URL de la Page d'Aide https://kb.triplewhale.com/
Langues Prises en Charge 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"
    }
}