Shopify Metafields Master by NextGenLabs

Helps you to manage your shop metafields effectively

Cos'è Shopify Metafields Master by NextGenLabs?

Shopify Metafields Master by NextGenLabs è un'estensione di Chrome sviluppata da NextGenLabs, e la sua funzione principale è "Helps you to manage your shop metafields effectively".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Shopify Metafields Master by NextGenLabs

Scarica i file di estensione Shopify Metafields Master by NextGenLabs 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

                        Metafields Master Extension helps Shopify store owners to customize meta fields for products, articles, orders, blogs, customers, collections etc.

check this link https://apps.shopify.com/metafields-master-by-nextgenlabs for more information.                    

Informazioni di Base sull'Estensione

Nome Shopify Metafields Master by NextGenLabs Shopify Metafields Master by NextGenLabs
ID cjncpboimbjaokmddpdengkckeflpjfo
URL Ufficiale https://chrome.google.com/webstore/detail/shopify-metafields-master/cjncpboimbjaokmddpdengkckeflpjfo
Descrizione Helps you to manage your shop metafields effectively
Dimensione del File 39.3 KB
Conteggio Installazioni 190
Versione Corrente 0.0.0.6
Ultimo Aggiornamento 2017-03-20
Data di Pubblicazione 2017-03-19
Valutazione 2.33/5 Totale 3 Valutazioni
Sviluppatore NextGenLabs
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Shopify Metafields Master by NextGenLabs",
    "description": "Helps you to manage your shop metafields effectively",
    "version": "0.0.0.6",
    "browser_action": {
        "default_title": "Shopify Metafields Master helps you to manage your shop metafields effectively",
        "default_icon": "icons\/logo_64.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "jquery-2.1.1.js",
                "app.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ]
}