MetaFields App

Extends the Shopify admin dashboard for full management of your store's metafields.

MetaFields Appとは何ですか?

MetaFields AppはsineLABS LLCによって開発されたChromeの拡張機能で、その主な機能は「Extends the Shopify admin dashboard for full management of your store's metafields.」です。

拡張機能のスクリーンショット

screenshot

MetaFields App拡張機能のCRXファイルをダウンロード

MetaFields App拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Shopify has a somewhat hidden feature called Metafields which has previously been available only to developers thru the Shopify API. The MetaFields application now provides you with a seamlessly integrated interface within your Shopify admin dashboard to add, manage, import, and export metafields for nearly everything & the shop itself, collections, products, product variants, customers, orders, blogs, & pages!

This extension will add a new link to your Shopify admin dashboard called MetaFields which you can use to display the new screens of this application.                    

拡張機能の基本情報

名前 MetaFields App MetaFields App
ID ofkkgohiikecpbcakeepadlhaieofgec
公式URL https://chromewebstore.google.com/detail/metafields-app/ofkkgohiikecpbcakeepadlhaieofgec
説明 Extends the Shopify admin dashboard for full management of your store's metafields.
ファイルサイズ 27.88 KB
インストール数 571
現在のバージョン 1.0
最終更新日 2012-08-03
公開日 2012-08-03
評価 4.00/5 合計 3 レビュー
開発者 sineLABS LLC
支払い方法 free
拡張機能のウェブサイト http://metaapp.sinelabs.com
ヘルプページのURL http://metaapp.sinelabs.com
対応言語 en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.myshopify.com\/admin*"
            ],
            "run_at": "document_end",
            "css": [
                "extension.css"
            ],
            "js": [
                "extension.js"
            ]
        }
    ],
    "minimum_chrome_version": "9",
    "name": "MetaFields App",
    "icons": {
        "128": "meta-chrome-icon128.png",
        "48": "meta-chrome-icon48.png",
        "16": "meta-chrome-icon16.png"
    },
    "description": "Extends the Shopify admin dashboard for full management of your store's metafields.",
    "homepage_url": "http:\/\/metaapp.sinelabs.com",
    "version": "1.0",
    "permissions": [
        "https:\/\/*.myshopify.com\/admin*"
    ]
}