Triple Whale
Get real time data for your Shopify store
Apa itu Triple Whale?
Triple Whale adalah ekstensi Chrome yang dikembangkan oleh https://triplewhale.com, dan fitur utamanya adalah "Get real time data for your Shopify store".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Triple Whale
Unduh file ekstensi Triple Whale dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Triple Whale |
ID | onhpecfdnoaelgclijekchmplpnglohn |
URL Resmi | https://chromewebstore.google.com/detail/triple-whale/onhpecfdnoaelgclijekchmplpnglohn |
Deskripsi | Get real time data for your Shopify store |
Ukuran File | 29.81 KB |
Jumlah Instalasi | 1,322 |
Versi Saat Ini | 1.15 |
Terakhir Diperbarui | 2023-09-12 |
Tanggal Publikasi | 2021-04-03 |
Penilaian | 3.33/5 Total 3 Penilaian |
Pengembang | https://triplewhale.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://triplewhale.com |
URL Halaman Bantuan | https://kb.triplewhale.com/ |
Bahasa yang Didukung | 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" } } |