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*"
]
} | |