Zalify
Zalify makes it easy for you to manage your Shopify admin
Hvad er Zalify?
Zalify er en Chrome-udvidelse udviklet af Zalify, og dens hovedfunktion er "Zalify makes it easy for you to manage your Shopify admin".
Udvidelsesskærmbilleder
Download Zalify-udvidelses-CRX-fil
Download Zalify-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ppkkkkcinhjoeojhifhonnbkbbmlbpjp |
Officiel URL | https://chromewebstore.google.com/detail/zalify/ppkkkkcinhjoeojhifhonnbkbbmlbpjp |
Beskrivelse | Zalify makes it easy for you to manage your Shopify admin |
Filstørrelse | 1.12 MB |
Antal Installationer | 1,000 |
Nuværende Version | 2.0.0 |
Senest Opdateret | 2023-06-15 |
Udgivelsesdato | 2022-07-27 |
Udvikler | Zalify |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://zalify-chrome.vercel.app/privacy-policy.html |
Understøttede Sprog | 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": [ " |