Meteor Importer

Import menus directly into Shopify from Bacon Mega Menu

Cos'è Meteor Importer?

Meteor Importer è un'estensione di Chrome sviluppata da https://www.heliumdev.com, e la sua funzione principale è "Import menus directly into Shopify from Bacon Mega Menu".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Meteor Importer

Scarica i file di estensione Meteor Importer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This tool imports Bacon Mega Menu data directly into Shopify's navigation system to be used by Meteor.                    

Informazioni di Base sull'Estensione

Nome Meteor Importer Meteor Importer
ID opagapmmpnbjojgmbcdfeedankigddbk
URL Ufficiale https://chromewebstore.google.com/detail/meteor-importer/opagapmmpnbjojgmbcdfeedankigddbk
Descrizione Import menus directly into Shopify from Bacon Mega Menu
Dimensione del File 8.3 MB
Conteggio Installazioni 13
Versione Corrente 1.6
Ultimo Aggiornamento 2019-03-08
Data di Pubblicazione 2019-03-08
Sviluppatore https://www.heliumdev.com
Tipo di Pagamento free
Sito Web dell'Estensione https://apps.shopify.com/meteor-mega-menus
Lingue Supportate 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"
            ]
        }
    ]
}