Triple Whale

Get real time data for your Shopify store

Vad är Triple Whale?

Triple Whale är en Chrome-tillägg utvecklad av https://triplewhale.com, och dess huvudfunktion är "Get real time data for your Shopify store".

Tilläggsskärmbilder

screenshot

Ladda ner Triple Whale-förlängningens CRX-fil

Ladda ner Triple Whale-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Triple Whale Triple Whale
ID onhpecfdnoaelgclijekchmplpnglohn
Officiell webbadress https://chromewebstore.google.com/detail/triple-whale/onhpecfdnoaelgclijekchmplpnglohn
Beskrivning Get real time data for your Shopify store
Filstorlek 29.81 KB
Antal Installationer 1,322
Aktuell Version 1.15
Senast Uppdaterad 2023-09-12
Publiceringsdatum 2021-04-03
Betyg 3.33/5 Totalt 3 Betyg
Utvecklare https://triplewhale.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://triplewhale.com
Hjälpsida URL https://kb.triplewhale.com/
Stödda Språk 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"
    }
}