Shopify Metafields Master by NextGenLabs

Helps you to manage your shop metafields effectively

ما هو Shopify Metafields Master by NextGenLabs؟

Shopify Metafields Master by NextGenLabs هو إضافة Chrome تم تطويرها بواسطة NextGenLabs، والميزة الرئيسية لها هي "Helps you to manage your shop metafields effectively".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Shopify Metafields Master by NextGenLabs

قم بتنزيل ملفات الامتداد Shopify Metafields Master by NextGenLabs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Shopify Metafields Master by NextGenLabs Shopify Metafields Master by NextGenLabs
ID cjncpboimbjaokmddpdengkckeflpjfo
عنوان URL الرسمي https://chrome.google.com/webstore/detail/shopify-metafields-master/cjncpboimbjaokmddpdengkckeflpjfo
الوصف Helps you to manage your shop metafields effectively
حجم الملف 39.3 KB
عدد التثبيتات 190
النسخة الحالية 0.0.0.6
آخر تحديث 2017-03-20
تاريخ النشر 2017-03-19
تقييم 2.33/5 مجموع تقييمات 3
المطور NextGenLabs
نوع الدفع free
اللغات المدعومة 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"
        }
    ]
}