Shopify Metafields Master by NextGenLabs

Helps you to manage your shop metafields effectively

Qu'est-ce que Shopify Metafields Master by NextGenLabs ?

Shopify Metafields Master by NextGenLabs est une extension Chrome développée par NextGenLabs, et sa fonction principale est "Helps you to manage your shop metafields effectively".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Shopify Metafields Master by NextGenLabs

Téléchargez les fichiers d'extension Shopify Metafields Master by NextGenLabs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Shopify Metafields Master by NextGenLabs Shopify Metafields Master by NextGenLabs
ID cjncpboimbjaokmddpdengkckeflpjfo
URL Officiel https://chrome.google.com/webstore/detail/shopify-metafields-master/cjncpboimbjaokmddpdengkckeflpjfo
Description Helps you to manage your shop metafields effectively
Taille du Fichier 39.3 KB
Nombre d'Installations 190
Version Actuelle 0.0.0.6
Dernière Mise à Jour 2017-03-20
Date de Publication 2017-03-19
Évaluation 2.33/5 Total 3 Évaluations
Développeur NextGenLabs
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}