Meteor Importer
Import menus directly into Shopify from Bacon Mega Menu
What is Meteor Importer?
Meteor Importer is a Chrome extension developed by https://www.heliumdev.com, and its main feature is "Import menus directly into Shopify from Bacon Mega Menu".
Extension Screenshots
Download Meteor Importer Extension CRX File
Download Meteor Importer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This tool imports Bacon Mega Menu data directly into Shopify's navigation system to be used by Meteor.
Extension Basic Information
Name | Meteor Importer |
ID | opagapmmpnbjojgmbcdfeedankigddbk |
Official URL | https://chromewebstore.google.com/detail/meteor-importer/opagapmmpnbjojgmbcdfeedankigddbk |
Description | Import menus directly into Shopify from Bacon Mega Menu |
File Size | 8.3 MB |
Installation Count | 13 |
Current Version | 1.6 |
Last Updated | 2019-03-08 |
Publish Date | 2019-03-08 |
Developer | https://www.heliumdev.com |
Payment Type | free |
Extension Website | https://apps.shopify.com/meteor-mega-menus |
Supported Languages | 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" ] } ] } |