Shopify reSKU

Makes SKU required in Shopify Products

Was ist Shopify reSKU?

Shopify reSKU ist eine Chrome-Erweiterung, die von solvenium.com entwickelt wurde, und ihr Hauptmerkmal ist "Makes SKU required in Shopify Products".

Erweiterungsscreenshots

screenshot

Shopify reSKU-Erweiterungs-CRX-Datei herunterladen

Laden Sie Shopify reSKU-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Shopify reSKU Shopify reSKU
ID fhkippjdgfnnajipfcapeofclonpojob
Offizielle URL https://chromewebstore.google.com/detail/shopify-resku/fhkippjdgfnnajipfcapeofclonpojob
Beschreibung Makes SKU required in Shopify Products
Dateigröße 42.24 KB
Installationsanzahl 40
Aktuelle Version 1.2.1
Letztes Update 2016-09-10
Veröffentlichungsdatum 2016-09-10
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler solvenium.com
E-Mail [email protected]
Zahlungsart in_app
Unterstützte Sprachen 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"
            ]
        }
    ]
}