Shopify Bulk 301
Utilities for bulk importing and exporting Shopify 301 Redirects
什么是Shopify Bulk 301?
Shopify Bulk 301是由https://flanneljesus.github.io开发的Chrome扩展程序,该扩展的主要功能是“Utilities for bulk importing and exporting Shopify 301 Redirects”。
扩展截图
下载Shopify Bulk 301扩展crx文件
下载Shopify Bulk 301扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Utility for bulk downloading and uploading Shopify 301 Redirects 扩展基本信息
| 名称 | |
| 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 |
| 帮助页面URL | 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*"
]
} | |