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"
        }
    ]
}