Shopify Bulk 301
Utilities for bulk importing and exporting Shopify 301 Redirects
ما هو Shopify Bulk 301؟
Shopify Bulk 301 هو إضافة Chrome تم تطويرها بواسطة https://flanneljesus.github.io، والميزة الرئيسية لها هي "Utilities for bulk importing and exporting Shopify 301 Redirects".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Shopify Bulk 301
قم بتنزيل ملفات الامتداد Shopify Bulk 301 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Utility for bulk downloading and uploading Shopify 301 Redirects
معلومات أساسية عن التمديد
الاسم | Shopify Bulk 301 |
ID | hgcdpjpmlegfhdladniefnbbpgoombkn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/shopify-bulk-301/hgcdpjpmlegfhdladniefnbbpgoombkn |
الوصف | Utilities for bulk importing and exporting Shopify 301 Redirects |
حجم الملف | 7.03 KB |
عدد التثبيتات | 343 |
النسخة الحالية | 0.0.1 |
آخر تحديث | 2016-06-08 |
تاريخ النشر | 2016-06-08 |
تقييم | 5.00/5 مجموع تقييمات 8 |
المطور | https://flanneljesus.github.io |
نوع الدفع | free |
موقع الإضافة | http://flanneljesus.github.io/2015-05-17/shopify-301-bookmarklet |
عنوان صفحة المساعدة | http://flanneljesus.github.io/2015-05-17/shopify-301-bookmarklet |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shopify Bulk 301", "version": "0.0.1", "manifest_version": 2, "description": "Utilities for bulk importing and exporting Shopify 301 Redirects", "homepage_url": "http:\/\/flanneljesus.github.io", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": "icon.png", "default_title": "Shopify Bulk 301" }, "permissions": [ "https:\/\/*.myshopify.com\/admin*" ] } |