Shopify Bulk 301

Utilities for bulk importing and exporting Shopify 301 Redirects

What is Shopify Bulk 301?

Shopify Bulk 301 is a Chrome extension developed by https://flanneljesus.github.io, and its main feature is "Utilities for bulk importing and exporting Shopify 301 Redirects".

Extension Screenshots

screenshot

Download Shopify Bulk 301 Extension CRX File

Download Shopify Bulk 301 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Utility for bulk downloading and uploading Shopify 301 Redirects                    

Extension Basic Information

Name Shopify Bulk 301 Shopify Bulk 301
ID hgcdpjpmlegfhdladniefnbbpgoombkn
Official URL https://chromewebstore.google.com/detail/shopify-bulk-301/hgcdpjpmlegfhdladniefnbbpgoombkn
Description Utilities for bulk importing and exporting Shopify 301 Redirects
File Size 7.03 KB
Installation Count 343
Current Version 0.0.1
Last Updated 2016-06-08
Publish Date 2016-06-08
Rating 5.00/5 Total 8 Ratings
Developer https://flanneljesus.github.io
Payment Type free
Extension Website http://flanneljesus.github.io/2015-05-17/shopify-301-bookmarklet
Help Page URL http://flanneljesus.github.io/2015-05-17/shopify-301-bookmarklet
Supported Languages 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*"
    ]
}