Meteor Importer
Import menus directly into Shopify from Bacon Mega Menu
Wat is Meteor Importer?
Meteor Importer is een Chrome-extensie ontwikkeld door https://www.heliumdev.com, en de belangrijkste functie is "Import menus directly into Shopify from Bacon Mega Menu".
Extensie Screenshots
Download het CRX-bestand van de extensie Meteor Importer
Download Meteor Importer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This tool imports Bacon Mega Menu data directly into Shopify's navigation system to be used by Meteor.
Basisinformatie over de Extensie
Naam | Meteor Importer |
ID | opagapmmpnbjojgmbcdfeedankigddbk |
Officiële URL | https://chromewebstore.google.com/detail/meteor-importer/opagapmmpnbjojgmbcdfeedankigddbk |
Beschrijving | Import menus directly into Shopify from Bacon Mega Menu |
Bestandsgrootte | 8.3 MB |
Aantal Installaties | 13 |
Huidige Versie | 1.6 |
Laatst Bijgewerkt | 2019-03-08 |
Publicatiedatum | 2019-03-08 |
Ontwikkelaar | https://www.heliumdev.com |
Betalingswijze | free |
Extensiewebsite | https://apps.shopify.com/meteor-mega-menus |
Ondersteunde Talen | 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" ] } ] } |