Meteor Importer
Import menus directly into Shopify from Bacon Mega Menu
ما هو Meteor Importer؟
Meteor Importer هو إضافة Chrome تم تطويرها بواسطة https://www.heliumdev.com، والميزة الرئيسية لها هي "Import menus directly into Shopify from Bacon Mega Menu".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Meteor Importer
قم بتنزيل ملفات الامتداد Meteor Importer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } ] } |