Zalify
Zalify makes it easy for you to manage your Shopify admin
Cos'è Zalify?
Zalify è un'estensione di Chrome sviluppata da Zalify, e la sua funzione principale è "Zalify makes it easy for you to manage your Shopify admin".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Zalify
Scarica i file di estensione Zalify in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | |
ID | ppkkkkcinhjoeojhifhonnbkbbmlbpjp |
URL Ufficiale | https://chromewebstore.google.com/detail/zalify/ppkkkkcinhjoeojhifhonnbkbbmlbpjp |
Descrizione | Zalify makes it easy for you to manage your Shopify admin |
Dimensione del File | 1.12 MB |
Conteggio Installazioni | 1,000 |
Versione Corrente | 2.0.0 |
Ultimo Aggiornamento | 2023-06-15 |
Data di Pubblicazione | 2022-07-27 |
Sviluppatore | Zalify |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://zalify-chrome.vercel.app/privacy-policy.html |
Lingue Supportate | 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": [ " |