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
官方網址 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"
        }
    ]
}