Shopify Metafields Master by NextGenLabs

Helps you to manage your shop metafields effectively

Was ist Shopify Metafields Master by NextGenLabs?

Shopify Metafields Master by NextGenLabs ist eine Chrome-Erweiterung, die von NextGenLabs entwickelt wurde, und ihr Hauptmerkmal ist "Helps you to manage your shop metafields effectively".

Erweiterungsscreenshots

screenshot
screenshot

Shopify Metafields Master by NextGenLabs-Erweiterungs-CRX-Datei herunterladen

Laden Sie Shopify Metafields Master by NextGenLabs-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Shopify Metafields Master by NextGenLabs Shopify Metafields Master by NextGenLabs
ID cjncpboimbjaokmddpdengkckeflpjfo
Offizielle URL https://chrome.google.com/webstore/detail/shopify-metafields-master/cjncpboimbjaokmddpdengkckeflpjfo
Beschreibung Helps you to manage your shop metafields effectively
Dateigröße 39.3 KB
Installationsanzahl 190
Aktuelle Version 0.0.0.6
Letztes Update 2017-03-20
Veröffentlichungsdatum 2017-03-19
Bewertung 2.33/5 Insgesamt 3 Bewertungen
Entwickler NextGenLabs
Zahlungsart free
Unterstützte Sprachen 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"
        }
    ]
}