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.
拡張機能の基本情報
名前 | 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" ] } ] } |