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