Meteor Importer
Import menus directly into Shopify from Bacon Mega Menu
什么是Meteor Importer?
Meteor Importer是由https://www.heliumdev.com开发的Chrome扩展程序,该扩展的主要功能是“Import menus directly into Shopify from Bacon Mega Menu”。
扩展截图
下载Meteor Importer扩展crx文件
下载Meteor Importer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This tool imports Bacon Mega Menu data directly into Shopify's navigation system to be used by Meteor. 扩展基本信息
| 名称 | |
| 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"
]
}
]
} | |