Meteor Importer

Import menus directly into Shopify from Bacon Mega Menu

Meteor Importerคืออะไร?

Meteor Importer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.heliumdev.com และคุณลักษณะหลักของมันคือ "Import menus directly into Shopify from Bacon Mega Menu"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Meteor Importer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This tool imports Bacon Mega Menu data directly into Shopify's navigation system to be used by Meteor.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Meteor Importer Meteor Importer
ID opagapmmpnbjojgmbcdfeedankigddbk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/meteor-importer/opagapmmpnbjojgmbcdfeedankigddbk
คำอธิบาย Import menus directly into Shopify from Bacon Mega Menu
ขนาดไฟล์ 8.3 MB
จำนวนการติดตั้ง 13
เวอร์ชันปัจจุบัน 1.6
อัปเดตครั้งล่าสุด 2019-03-08
วันที่เผยแพร่ 2019-03-08
ผู้พัฒนา https://www.heliumdev.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://apps.shopify.com/meteor-mega-menus
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Meteor Importer",
    "description": "Import menus directly into Shopify from Bacon Mega Menu",
    "version": "1.6",
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "prompt.html"
    },
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.myshopify.com\/admin\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}