MetaFields App

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

MetaFields App क्या है?

MetaFields App sineLABS LLC द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extends the Shopify admin dashboard for full management of your store's metafields."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में MetaFields App एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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