Shopify Bulk 301

Utilities for bulk importing and exporting Shopify 301 Redirects

Hvad er Shopify Bulk 301?

Shopify Bulk 301 er en Chrome-udvidelse udviklet af https://flanneljesus.github.io, og dens hovedfunktion er "Utilities for bulk importing and exporting Shopify 301 Redirects".

Udvidelsesskærmbilleder

screenshot

Download Shopify Bulk 301-udvidelses-CRX-fil

Download Shopify Bulk 301-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Utility for bulk downloading and uploading Shopify 301 Redirects                    

Grundlæggende oplysninger om udvidelsen

Navn Shopify Bulk 301 Shopify Bulk 301
ID hgcdpjpmlegfhdladniefnbbpgoombkn
Officiel URL https://chromewebstore.google.com/detail/shopify-bulk-301/hgcdpjpmlegfhdladniefnbbpgoombkn
Beskrivelse Utilities for bulk importing and exporting Shopify 301 Redirects
Filstørrelse 7.03 KB
Antal Installationer 343
Nuværende Version 0.0.1
Senest Opdateret 2016-06-08
Udgivelsesdato 2016-06-08
Bedømmelse 5.00/5 Samlet 8 Bedømmelser
Udvikler https://flanneljesus.github.io
Betalingsmetode free
Udvidelseswebsted http://flanneljesus.github.io/2015-05-17/shopify-301-bookmarklet
Hjælpeside-URL http://flanneljesus.github.io/2015-05-17/shopify-301-bookmarklet
Understøttede Sprog 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*"
    ]
}