Shopify Metafields Master by NextGenLabs

Helps you to manage your shop metafields effectively

Apa itu Shopify Metafields Master by NextGenLabs?

Shopify Metafields Master by NextGenLabs adalah ekstensi Chrome yang dikembangkan oleh NextGenLabs, dan fitur utamanya adalah "Helps you to manage your shop metafields effectively".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Shopify Metafields Master by NextGenLabs

Unduh file ekstensi Shopify Metafields Master by NextGenLabs dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Shopify Metafields Master by NextGenLabs Shopify Metafields Master by NextGenLabs
ID cjncpboimbjaokmddpdengkckeflpjfo
URL Resmi https://chrome.google.com/webstore/detail/shopify-metafields-master/cjncpboimbjaokmddpdengkckeflpjfo
Deskripsi Helps you to manage your shop metafields effectively
Ukuran File 39.3 KB
Jumlah Instalasi 190
Versi Saat Ini 0.0.0.6
Terakhir Diperbarui 2017-03-20
Tanggal Publikasi 2017-03-19
Penilaian 2.33/5 Total 3 Penilaian
Pengembang NextGenLabs
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}