Triple Whale
Get real time data for your Shopify store
What is Triple Whale?
Triple Whale is a Chrome extension developed by https://triplewhale.com, and its main feature is "Get real time data for your Shopify store".
Extension Screenshots
Download Triple Whale Extension CRX File
Download Triple Whale extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Triple Whale |
ID | onhpecfdnoaelgclijekchmplpnglohn |
Official URL | https://chromewebstore.google.com/detail/triple-whale/onhpecfdnoaelgclijekchmplpnglohn |
Description | Get real time data for your Shopify store |
File Size | 29.81 KB |
Installation Count | 1,322 |
Current Version | 1.15 |
Last Updated | 2023-09-12 |
Publish Date | 2021-04-03 |
Rating | 3.33/5 Total 3 Ratings |
Developer | https://triplewhale.com |
[email protected] | |
Payment Type | free |
Extension Website | http://triplewhale.com |
Help Page URL | https://kb.triplewhale.com/ |
Supported Languages | 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" } } |