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 |
| 官方網址 | 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*"
]
} | |