Zalify

Zalify makes it easy for you to manage your Shopify admin

What is Zalify?

Zalify is a Chrome extension developed by Zalify, and its main feature is "Zalify makes it easy for you to manage your Shopify admin".

Extension Screenshots

screenshot
screenshot

Download Zalify Extension CRX File

Download Zalify extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Zalify Zalify
ID ppkkkkcinhjoeojhifhonnbkbbmlbpjp
Official URL https://chromewebstore.google.com/detail/zalify/ppkkkkcinhjoeojhifhonnbkbbmlbpjp
Description Zalify makes it easy for you to manage your Shopify admin
File Size 1.12 MB
Installation Count 1,000
Current Version 2.0.0
Last Updated 2023-06-15
Publish Date 2022-07-27
Developer Zalify
Email [email protected]
Payment Type free
Privacy Policy Page URL https://zalify-chrome.vercel.app/privacy-policy.html
Supported Languages 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": [
        ""
    ]
}