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 |
官方網址 | 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": [ " |