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 |
| 官方網址 | 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:\/\/*\/*"
]
}
]
} | |