Zalify
Zalify makes it easy for you to manage your Shopify admin
Qu'est-ce que Zalify ?
Zalify est une extension Chrome développée par Zalify, et sa fonction principale est "Zalify makes it easy for you to manage your Shopify admin".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Zalify
Téléchargez les fichiers d'extension Zalify au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | ppkkkkcinhjoeojhifhonnbkbbmlbpjp |
URL Officiel | https://chromewebstore.google.com/detail/zalify/ppkkkkcinhjoeojhifhonnbkbbmlbpjp |
Description | Zalify makes it easy for you to manage your Shopify admin |
Taille du Fichier | 1.12 MB |
Nombre d'Installations | 1,000 |
Version Actuelle | 2.0.0 |
Dernière Mise à Jour | 2023-06-15 |
Date de Publication | 2022-07-27 |
Développeur | Zalify |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://zalify-chrome.vercel.app/privacy-policy.html |
Langues Prises en Charge | 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": [ " |