Triple Whale

Get real time data for your Shopify store

ما هو Triple Whale؟

Triple Whale هو إضافة Chrome تم تطويرها بواسطة https://triplewhale.com، والميزة الرئيسية لها هي "Get real time data for your Shopify store".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Triple Whale

قم بتنزيل ملفات الامتداد Triple Whale بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Triple Whale Triple Whale
ID onhpecfdnoaelgclijekchmplpnglohn
عنوان URL الرسمي https://chromewebstore.google.com/detail/triple-whale/onhpecfdnoaelgclijekchmplpnglohn
الوصف Get real time data for your Shopify store
حجم الملف 29.81 KB
عدد التثبيتات 1,322
النسخة الحالية 1.15
آخر تحديث 2023-09-12
تاريخ النشر 2021-04-03
تقييم 3.33/5 مجموع تقييمات 3
المطور https://triplewhale.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://triplewhale.com
عنوان صفحة المساعدة https://kb.triplewhale.com/
اللغات المدعومة 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"
    }
}