Alterpen
Edit product/variant fields directly on storefront.
什么是Alterpen?
Alterpen是由Stock Sync开发的Chrome扩展程序,该扩展的主要功能是“Edit product/variant fields directly on storefront.”。
扩展截图
下载Alterpen扩展crx文件
下载Alterpen扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Update products on Shopify store. Without need to go to Shopify Admin. This make maintaining products easier. 扩展基本信息
| 名称 | |
| ID | ckjmifmaihelkgefbplohbkeegehiadg |
| 官方URL | https://chromewebstore.google.com/detail/alterpen/ckjmifmaihelkgefbplohbkeegehiadg |
| 简介 | Edit product/variant fields directly on storefront. |
| 文件大小 | 287 KB |
| 安装次数 | 10 |
| 当前版本 | 1.0.12 |
| 更新时间 | 2021-08-17 |
| 上架时间 | 2021-05-01 |
| 开发者 | Stock Sync |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Alterpen",
"description": "Edit product\/variant fields directly on storefront.",
"version": "1.0.12",
"manifest_version": 3,
"icons": {
"16": "public\/16.png",
"32": "public\/32.png",
"48": "public\/48.png",
"128": "public\/128.png"
},
"permissions": [
"activeTab",
"cookies",
"scripting"
],
"host_permissions": [
"http:\/\/localhost:3000\/*",
"https:\/\/*\/*"
],
"background": {
"service_worker": "background.bundle.js"
},
"web_accessible_resources": [
{
"resources": [
"public\/alterpenwhite.png",
"public\/alterpen.png",
"public\/allsite.png"
],
"matches": [
"https:\/\/*\/*"
]
}
]
} | |