Zalify

Zalify makes it easy for you to manage your Shopify admin

Was ist Zalify?

Zalify ist eine Chrome-Erweiterung, die von Zalify entwickelt wurde, und ihr Hauptmerkmal ist "Zalify makes it easy for you to manage your Shopify admin".

Erweiterungsscreenshots

screenshot
screenshot

Zalify-Erweiterungs-CRX-Datei herunterladen

Laden Sie Zalify-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Zalify Zalify
ID ppkkkkcinhjoeojhifhonnbkbbmlbpjp
Offizielle URL https://chromewebstore.google.com/detail/zalify/ppkkkkcinhjoeojhifhonnbkbbmlbpjp
Beschreibung Zalify makes it easy for you to manage your Shopify admin
Dateigröße 1.12 MB
Installationsanzahl 1,000
Aktuelle Version 2.0.0
Letztes Update 2023-06-15
Veröffentlichungsdatum 2022-07-27
Entwickler Zalify
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://zalify-chrome.vercel.app/privacy-policy.html
Unterstützte Sprachen 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": [
        ""
    ]
}