Shopify Metafields Master by NextGenLabs

Helps you to manage your shop metafields effectively

Wat is Shopify Metafields Master by NextGenLabs?

Shopify Metafields Master by NextGenLabs is een Chrome-extensie ontwikkeld door NextGenLabs, en de belangrijkste functie is "Helps you to manage your shop metafields effectively".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Shopify Metafields Master by NextGenLabs

Download Shopify Metafields Master by NextGenLabs-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

                        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.                    

Basisinformatie over de Extensie

Naam Shopify Metafields Master by NextGenLabs Shopify Metafields Master by NextGenLabs
ID cjncpboimbjaokmddpdengkckeflpjfo
Officiële URL https://chrome.google.com/webstore/detail/shopify-metafields-master/cjncpboimbjaokmddpdengkckeflpjfo
Beschrijving Helps you to manage your shop metafields effectively
Bestandsgrootte 39.3 KB
Aantal Installaties 190
Huidige Versie 0.0.0.6
Laatst Bijgewerkt 2017-03-20
Publicatiedatum 2017-03-19
Beoordeling 2.33/5 Totaal 3 Beoordelingen
Ontwikkelaar NextGenLabs
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}