Zalify

Zalify makes it easy for you to manage your Shopify admin

Zalifyคืออะไร?

Zalify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Zalify และคุณลักษณะหลักของมันคือ "Zalify makes it easy for you to manage your Shopify admin"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Zalify

ดาวน์โหลดไฟล์ส่วนขยาย Zalify ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Introducing a powerful Chrome extension that simplifies your Shopify admin tasks! Our extension allows you to easily manage your Shopify admin.

Take control of your Shopify admin tasks today and download our extension. With our easy-to-use interface and efficient functionality, you'll wonder how you ever managed without it!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Zalify Zalify
ID ppkkkkcinhjoeojhifhonnbkbbmlbpjp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/zalify/ppkkkkcinhjoeojhifhonnbkbbmlbpjp
คำอธิบาย Zalify makes it easy for you to manage your Shopify admin
ขนาดไฟล์ 1.12 MB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 2.0.0
อัปเดตครั้งล่าสุด 2023-06-15
วันที่เผยแพร่ 2022-07-27
ผู้พัฒนา Zalify
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://zalify-chrome.vercel.app/privacy-policy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Zalify",
    "version": "2.0.0",
    "description": "Zalify makes it easy for you to manage your Shopify admin",
    "author": "m-Ryan",
    "icons": {
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "service_worker": "static\/js\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "static\/js\/web.js"
            ],
            "css": [],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "icon.png"
        },
        "default_title": "Cookie",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "static\/js\/dom.js",
                "zalify.js",
                "zalify-helper.css",
                "icon.png",
                "icon-gray.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "commands": [],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        ""
    ]
}