Shopify reSKU
Makes SKU required in Shopify Products
Wat is Shopify reSKU?
Shopify reSKU is een Chrome-extensie ontwikkeld door solvenium.com, en de belangrijkste functie is "Makes SKU required in Shopify Products".
Extensie Screenshots
Download het CRX-bestand van de extensie Shopify reSKU
Download Shopify reSKU-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Shopify reSKU |
ID | fhkippjdgfnnajipfcapeofclonpojob |
Officiële URL | https://chromewebstore.google.com/detail/shopify-resku/fhkippjdgfnnajipfcapeofclonpojob |
Beschrijving | Makes SKU required in Shopify Products |
Bestandsgrootte | 42.24 KB |
Aantal Installaties | 40 |
Huidige Versie | 1.2.1 |
Laatst Bijgewerkt | 2016-09-10 |
Publicatiedatum | 2016-09-10 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | solvenium.com |
[email protected] | |
Betalingswijze | in_app |
Ondersteunde Talen | 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" ] } ] } |