Shopify reSKU

Makes SKU required in Shopify Products

Shopify reSKUคืออะไร?

Shopify reSKU เป็นส่วนขยายของ Chrome ที่พัฒนาโดย solvenium.com และคุณลักษณะหลักของมันคือ "Makes SKU required in Shopify Products"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shopify reSKU

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}