Triple Whale

Get real time data for your Shopify store

Co to jest Triple Whale?

Triple Whale to rozszerzenie Chrome opracowane przez https://triplewhale.com, a jego główną funkcją jest „Get real time data for your Shopify store”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Triple Whale

Pobierz pliki rozszerzeń Triple Whale w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Triple Whale Triple Whale
ID onhpecfdnoaelgclijekchmplpnglohn
Oficjalny URL https://chromewebstore.google.com/detail/triple-whale/onhpecfdnoaelgclijekchmplpnglohn
Opis Get real time data for your Shopify store
Rozmiar pliku 29.81 KB
Liczba instalacji 1,322
Aktualna Wersja 1.15
Ostatnia Aktualizacja 2023-09-12
Data Publikacji 2021-04-03
Ocena 3.33/5 Łącznie 3 Oceny
Deweloper https://triplewhale.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://triplewhale.com
Adres URL Strony Pomocy https://kb.triplewhale.com/
Obsługiwane Języki 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"
    }
}