Shopify Metafields Master by NextGenLabs

Helps you to manage your shop metafields effectively

什么是Shopify Metafields Master by NextGenLabs?

Shopify Metafields Master by NextGenLabs是由NextGenLabs开发的Chrome扩展程序,该扩展的主要功能是“Helps you to manage your shop metafields effectively”。

扩展截图

screenshot
screenshot

下载Shopify Metafields Master by NextGenLabs扩展crx文件

下载Shopify Metafields Master by NextGenLabs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Shopify Metafields Master by NextGenLabs Shopify Metafields Master by NextGenLabs
ID cjncpboimbjaokmddpdengkckeflpjfo
官方URL https://chrome.google.com/webstore/detail/shopify-metafields-master/cjncpboimbjaokmddpdengkckeflpjfo
简介 Helps you to manage your shop metafields effectively
文件大小 39.3 KB
安装次数 190
当前版本 0.0.0.6
更新时间 2017-03-20
上架时间 2017-03-19
评分 2.33/5 共3次评分
开发者 NextGenLabs
付费类型 free
支持的语言 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"
        }
    ]
}