Zalify

Zalify makes it easy for you to manage your Shopify admin

Zalifyとは何ですか?

ZalifyはZalifyによって開発されたChromeの拡張機能で、その主な機能は「Zalify makes it easy for you to manage your Shopify admin」です。

拡張機能のスクリーンショット

screenshot
screenshot

Zalify拡張機能のCRXファイルをダウンロード

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
Eメール [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": [
        ""
    ]
}