Zalify

Zalify makes it easy for you to manage your Shopify admin

Zalify là gì?

Zalify là một tiện ích mở rộng Chrome được phát triển bởi Zalify, và tính năng chính của nó là "Zalify makes it easy for you to manage your Shopify admin".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Zalify 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

                        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!                    

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

Tên Zalify Zalify
ID ppkkkkcinhjoeojhifhonnbkbbmlbpjp
URL Chính Thức https://chromewebstore.google.com/detail/zalify/ppkkkkcinhjoeojhifhonnbkbbmlbpjp
Mô tả Zalify makes it easy for you to manage your Shopify admin
Kích Thước Tệp 1.12 MB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2023-06-15
Ngày Phát Hành 2022-07-27
Nhà Phát Triển Zalify
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://zalify-chrome.vercel.app/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ 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": [
        ""
    ]
}