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 |
| Eメール | [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:\/\/*\/*"
]
}
]
} | |