Metafields Guru

Bring metafields management to a new level

Metafields Guruคืออะไร?

Metafields Guru เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 256 Development และคุณลักษณะหลักของมันคือ "Bring metafields management to a new level"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Metafields Guru

ดาวน์โหลดไฟล์ส่วนขยาย 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
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": [
                ""
            ]
        }
    ]
}