Shopify Bulk 301
Utilities for bulk importing and exporting Shopify 301 Redirects
Wat is Shopify Bulk 301?
Shopify Bulk 301 is een Chrome-extensie ontwikkeld door https://flanneljesus.github.io, en de belangrijkste functie is "Utilities for bulk importing and exporting Shopify 301 Redirects".
Extensie Screenshots
Download het CRX-bestand van de extensie Shopify Bulk 301
Download Shopify Bulk 301-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Utility for bulk downloading and uploading Shopify 301 Redirects
Basisinformatie over de Extensie
Naam | Shopify Bulk 301 |
ID | hgcdpjpmlegfhdladniefnbbpgoombkn |
Officiële URL | https://chromewebstore.google.com/detail/shopify-bulk-301/hgcdpjpmlegfhdladniefnbbpgoombkn |
Beschrijving | Utilities for bulk importing and exporting Shopify 301 Redirects |
Bestandsgrootte | 7.03 KB |
Aantal Installaties | 343 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2016-06-08 |
Publicatiedatum | 2016-06-08 |
Beoordeling | 5.00/5 Totaal 8 Beoordelingen |
Ontwikkelaar | https://flanneljesus.github.io |
Betalingswijze | free |
Extensiewebsite | http://flanneljesus.github.io/2015-05-17/shopify-301-bookmarklet |
Help Pagina-URL | http://flanneljesus.github.io/2015-05-17/shopify-301-bookmarklet |
Ondersteunde Talen | 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*" ] } |