Triple Whale

Get real time data for your Shopify store

Triple Whale là gì?

Triple Whale là một tiện ích mở rộng Chrome được phát triển bởi https://triplewhale.com, và tính năng chính của nó là "Get real time data for your Shopify store".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Triple Whale

Tải xuống các tệp mở rộng Triple Whale dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Triple Whale Triple Whale
ID onhpecfdnoaelgclijekchmplpnglohn
URL Chính Thức https://chromewebstore.google.com/detail/triple-whale/onhpecfdnoaelgclijekchmplpnglohn
Mô tả Get real time data for your Shopify store
Kích Thước Tệp 29.81 KB
Số Lần Cài Đặt 1,322
Phiên Bản Hiện Tại 1.15
Cập Nhật Lần Cuối 2023-09-12
Ngày Phát Hành 2021-04-03
Đánh Giá 3.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://triplewhale.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://triplewhale.com
URL Trang Trợ Giúp https://kb.triplewhale.com/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}