Metafields Guru

Bring metafields management to a new level

Metafields Guru란 무엇입니까?

Metafields Guru은(는) 256 Development에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bring metafields management to a new level"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Metafields Guru 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        What you see is not an ordinary browser extension. It's a powerful tool for managing metafields in Shopify. Equipped with advanced features yet surprisingly user-friendly, it might be a perfect choice if you're looking for the ability to manage metafields directly in the admin panel.

With the help of our browser extension, you can create, edit, or delete metafields (Shopify definitions included) directly in the Shopify admin panel - making data management a seamless, fast, and easy process. You can also customize the view mode of the metafields editor for even greater integration into your workflow. A built-in HTML editor, color picker, and the ability to upload files directly to Shopify are just a few of the numerous reasons to love the app.

Take your Shopify store to the next level with our powerful browser extension. Try it out today and experience the difference it can make for your business!                    

확장 프로그램 기본 정보

이름 Metafields Guru Metafields Guru
ID aclioepeeaaijpancejgpfejkgogjlnn
공식 URL https://chromewebstore.google.com/detail/metafields-guru/aclioepeeaaijpancejgpfejkgogjlnn
설명 Bring metafields management to a new level
파일 크기 1.34 MB
설치 횟수 2,312
현재 버전 3.2.0
최근 업데이트 2024-01-23
출시 날짜 2020-06-16
평점 5.00/5 총 2 개의 평점
개발자 256 Development
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://apps.shopify.com/metafields-editor-2
도움말 페이지 URL https://support.metafields.guru/support/home
개인정보 보호 정책 페이지 URL https://s3.us-east-2.amazonaws.com/metafields.guru/Metafields_Guru_Privacy_Policy.pdf
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Metafields Guru",
    "version": "3.2.0",
    "description": "Bring metafields management to a new level",
    "permissions": [
        "tabs",
        "storage"
    ],
    "action": {
        "default_title": "Metafields Guru",
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "*:\/\/*.myshopify.com\/admin\/*",
        "*:\/\/app.metafields.guru\/*",
        "*:\/\/support.metafields.guru\/",
        "https:\/\/admin.shopify.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.myshopify.com\/admin\/*",
                "*:\/\/support.metafields.guru\/",
                "https:\/\/admin.shopify.com\/*"
            ],
            "js": [
                "content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/app.metafields.guru\/*"
            ],
            "js": [
                "install.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}