Zalify
Zalify makes it easy for you to manage your Shopify admin
Vad är Zalify?
Zalify är en Chrome-tillägg utvecklad av Zalify, och dess huvudfunktion är "Zalify makes it easy for you to manage your Shopify admin".
Tilläggsskärmbilder
Ladda ner Zalify-förlängningens CRX-fil
Ladda ner Zalify-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | ppkkkkcinhjoeojhifhonnbkbbmlbpjp |
Officiell webbadress | https://chromewebstore.google.com/detail/zalify/ppkkkkcinhjoeojhifhonnbkbbmlbpjp |
Beskrivning | Zalify makes it easy for you to manage your Shopify admin |
Filstorlek | 1.12 MB |
Antal Installationer | 1,000 |
Aktuell Version | 2.0.0 |
Senast Uppdaterad | 2023-06-15 |
Publiceringsdatum | 2022-07-27 |
Utvecklare | Zalify |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://zalify-chrome.vercel.app/privacy-policy.html |
Stödda Språk | 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": [ " |