Shopify Metafields Master by NextGenLabs

Helps you to manage your shop metafields effectively

Vad är Shopify Metafields Master by NextGenLabs?

Shopify Metafields Master by NextGenLabs är en Chrome-tillägg utvecklad av NextGenLabs, och dess huvudfunktion är "Helps you to manage your shop metafields effectively".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Shopify Metafields Master by NextGenLabs-förlängningens CRX-fil

Ladda ner Shopify Metafields Master by NextGenLabs-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Shopify Metafields Master by NextGenLabs Shopify Metafields Master by NextGenLabs
ID cjncpboimbjaokmddpdengkckeflpjfo
Officiell webbadress https://chrome.google.com/webstore/detail/shopify-metafields-master/cjncpboimbjaokmddpdengkckeflpjfo
Beskrivning Helps you to manage your shop metafields effectively
Filstorlek 39.3 KB
Antal Installationer 190
Aktuell Version 0.0.0.6
Senast Uppdaterad 2017-03-20
Publiceringsdatum 2017-03-19
Betyg 2.33/5 Totalt 3 Betyg
Utvecklare NextGenLabs
Betalningssätt free
Stödda Språk 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"
        }
    ]
}