Zalify
Zalify makes it easy for you to manage your Shopify admin
什么是Zalify?
Zalify是由Zalify开发的Chrome扩展程序,该扩展的主要功能是“Zalify makes it easy for you to manage your Shopify admin”。
扩展截图
下载Zalify扩展crx文件
下载Zalify扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | |
ID | ppkkkkcinhjoeojhifhonnbkbbmlbpjp |
官方URL | https://chromewebstore.google.com/detail/zalify/ppkkkkcinhjoeojhifhonnbkbbmlbpjp |
简介 | Zalify makes it easy for you to manage your Shopify admin |
文件大小 | 1.12 MB |
安装次数 | 1,000 |
当前版本 | 2.0.0 |
更新时间 | 2023-06-15 |
上架时间 | 2022-07-27 |
开发者 | Zalify |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://zalify-chrome.vercel.app/privacy-policy.html |
支持的语言 | 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": [ " |