Meteor Importer

Import menus directly into Shopify from Bacon Mega Menu

Meteor Importer क्या है?

Meteor Importer https://www.heliumdev.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Import menus directly into Shopify from Bacon Mega Menu"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Meteor Importer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}