Shopify Metafields Master by NextGenLabs

Helps you to manage your shop metafields effectively

Shopify Metafields Master by NextGenLabs là gì?

Shopify Metafields Master by NextGenLabs là một tiện ích mở rộng Chrome được phát triển bởi NextGenLabs, và tính năng chính của nó là "Helps you to manage your shop metafields effectively".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Shopify Metafields Master by NextGenLabs

Tải xuống các tệp mở rộng Shopify Metafields Master by NextGenLabs dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Shopify Metafields Master by NextGenLabs Shopify Metafields Master by NextGenLabs
ID cjncpboimbjaokmddpdengkckeflpjfo
URL Chính Thức https://chrome.google.com/webstore/detail/shopify-metafields-master/cjncpboimbjaokmddpdengkckeflpjfo
Mô tả Helps you to manage your shop metafields effectively
Kích Thước Tệp 39.3 KB
Số Lần Cài Đặt 190
Phiên Bản Hiện Tại 0.0.0.6
Cập Nhật Lần Cuối 2017-03-20
Ngày Phát Hành 2017-03-19
Đánh Giá 2.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển NextGenLabs
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}