Shopify Metafields Master by NextGenLabs

Helps you to manage your shop metafields effectively

Shopify Metafields Master by NextGenLabs란 무엇입니까?

Shopify Metafields Master by NextGenLabs은(는) NextGenLabs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Helps you to manage your shop metafields effectively"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Shopify Metafields Master by NextGenLabs 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
        }
    ]
}