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文件

下載Metafields Guru擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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": [
                ""
            ]
        }
    ]
}