Shopify reSKU
Makes SKU required in Shopify Products
Shopify reSKUとは何ですか?
Shopify reSKUはsolvenium.comによって開発されたChromeの拡張機能で、その主な機能は「Makes SKU required in Shopify Products」です。
拡張機能のスクリーンショット
Shopify reSKU拡張機能のCRXファイルをダウンロード
Shopify reSKU拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Makes the SKU field required when editing or adding products in Shopify Admin.
A useful extension if SKU is vital for your inventory management.
_____________________________________________
Changelog
- 1.2.1 - fix - exclude /products/inventory
- 1.2.0 - added notification sounds
- 1.1.0 - added notifications 拡張機能の基本情報
| 名前 | |
| ID | fhkippjdgfnnajipfcapeofclonpojob |
| 公式URL | https://chromewebstore.google.com/detail/shopify-resku/fhkippjdgfnnajipfcapeofclonpojob |
| 説明 | Makes SKU required in Shopify Products |
| ファイルサイズ | 42.24 KB |
| インストール数 | 40 |
| 現在のバージョン | 1.2.1 |
| 最終更新日 | 2016-09-10 |
| 公開日 | 2016-09-10 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | solvenium.com |
| Eメール | [email protected] |
| 支払い方法 | in_app |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Shopify reSKU",
"version": "1.2.1",
"manifest_version": 2,
"description": "Makes SKU required in Shopify Products",
"homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/shopify-resku\/fhkippjdgfnnajipfcapeofclonpojob",
"icons": {
"16": "icons\/resku-icon-16.png",
"48": "icons\/resku-icon-48.png",
"128": "icons\/resku-icon-128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"src\/bg\/background.js"
],
"persistent": true
},
"page_action": {
"default_icon": "icons\/resku-icon-19.png",
"default_title": "Shopify reSKU",
"default_popup": "src\/page_action\/page_action.html"
},
"permissions": [
"https:\/\/*.myshopify.com\/admin*",
"notifications"
],
"content_scripts": [
{
"matches": [
"https:\/\/*.myshopify.com\/admin*"
],
"js": [
"src\/inject\/inject.js"
]
}
]
} | |