Shopify Bulk 301

Utilities for bulk importing and exporting Shopify 301 Redirects

Vad är Shopify Bulk 301?

Shopify Bulk 301 är en Chrome-tillägg utvecklad av https://flanneljesus.github.io, och dess huvudfunktion är "Utilities for bulk importing and exporting Shopify 301 Redirects".

Tilläggsskärmbilder

screenshot

Ladda ner Shopify Bulk 301-förlängningens CRX-fil

Ladda ner Shopify Bulk 301-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Utility for bulk downloading and uploading Shopify 301 Redirects                    

Grundläggande Information om Tillägg

Namn Shopify Bulk 301 Shopify Bulk 301
ID hgcdpjpmlegfhdladniefnbbpgoombkn
Officiell webbadress https://chromewebstore.google.com/detail/shopify-bulk-301/hgcdpjpmlegfhdladniefnbbpgoombkn
Beskrivning Utilities for bulk importing and exporting Shopify 301 Redirects
Filstorlek 7.03 KB
Antal Installationer 343
Aktuell Version 0.0.1
Senast Uppdaterad 2016-06-08
Publiceringsdatum 2016-06-08
Betyg 5.00/5 Totalt 8 Betyg
Utvecklare https://flanneljesus.github.io
Betalningssätt free
Tilläggswebbplats http://flanneljesus.github.io/2015-05-17/shopify-301-bookmarklet
Hjälpsida URL http://flanneljesus.github.io/2015-05-17/shopify-301-bookmarklet
Stödda Språk 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*"
    ]
}