Shopify reSKU

Makes SKU required in Shopify Products

Cos'è Shopify reSKU?

Shopify reSKU è un'estensione di Chrome sviluppata da solvenium.com, e la sua funzione principale è "Makes SKU required in Shopify Products".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Shopify reSKU

Scarica i file di estensione Shopify reSKU in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Shopify reSKU Shopify reSKU
ID fhkippjdgfnnajipfcapeofclonpojob
URL Ufficiale https://chromewebstore.google.com/detail/shopify-resku/fhkippjdgfnnajipfcapeofclonpojob
Descrizione Makes SKU required in Shopify Products
Dimensione del File 42.24 KB
Conteggio Installazioni 40
Versione Corrente 1.2.1
Ultimo Aggiornamento 2016-09-10
Data di Pubblicazione 2016-09-10
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore solvenium.com
Email [email protected]
Tipo di Pagamento in_app
Lingue Supportate 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"
            ]
        }
    ]
}