Shopify Metafields Master by NextGenLabs

Helps you to manage your shop metafields effectively

What is Shopify Metafields Master by NextGenLabs?

Shopify Metafields Master by NextGenLabs is a Chrome extension developed by NextGenLabs, and its main feature is "Helps you to manage your shop metafields effectively".

Extension Screenshots

screenshot
screenshot

Download Shopify Metafields Master by NextGenLabs Extension CRX File

Download Shopify Metafields Master by NextGenLabs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Shopify Metafields Master by NextGenLabs Shopify Metafields Master by NextGenLabs
ID cjncpboimbjaokmddpdengkckeflpjfo
Official URL https://chrome.google.com/webstore/detail/shopify-metafields-master/cjncpboimbjaokmddpdengkckeflpjfo
Description Helps you to manage your shop metafields effectively
File Size 39.3 KB
Installation Count 190
Current Version 0.0.0.6
Last Updated 2017-03-20
Publish Date 2017-03-19
Rating 2.33/5 Total 3 Ratings
Developer NextGenLabs
Payment Type free
Supported Languages 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"
        }
    ]
}