Shopify reSKU

Makes SKU required in Shopify Products

什么是Shopify reSKU?

Shopify reSKU是由solvenium.com开发的Chrome扩展程序,该扩展的主要功能是“Makes SKU required in Shopify Products”。

扩展截图

screenshot

下载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                    

扩展基本信息

名称 Shopify reSKU Shopify reSKU
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
电子邮箱 [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"
            ]
        }
    ]
}