Shopify Navigation Tool
Chrome extension to simplify Shopify navigation operations and save time!!!
Was ist Shopify Navigation Tool?
Shopify Navigation Tool ist eine Chrome-Erweiterung, die von https://meraki-apps.com entwickelt wurde, und ihr Hauptmerkmal ist "Chrome extension to simplify Shopify navigation operations and save time!!!".
Erweiterungsscreenshots
Shopify Navigation Tool-Erweiterungs-CRX-Datei herunterladen
Laden Sie Shopify Navigation Tool-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Shopify admin panel navigation operations, importing, exporting and duplicating, are daunting repetitive operations, that take so much time. the motivation for this extension is to make these operations easier, straightforward and save Shopify users so much time.
Grundlegende Informationen zur Erweiterung
Name | Shopify Navigation Tool |
ID | albibfnhpoeopdpcpcpcgfeblcpmfcbb |
Offizielle URL | https://chromewebstore.google.com/detail/shopify-navigation-tool/albibfnhpoeopdpcpcpcgfeblcpmfcbb |
Beschreibung | Chrome extension to simplify Shopify navigation operations and save time!!! |
Dateigröße | 426 KB |
Installationsanzahl | 1,202 |
Aktuelle Version | 1.1.0 |
Letztes Update | 2023-08-16 |
Veröffentlichungsdatum | 2022-03-07 |
Bewertung | 3.77/5 Insgesamt 13 Bewertungen |
Entwickler | https://meraki-apps.com |
[email protected] | |
Zahlungsart | in_app |
Erweiterungswebsite | https://meraki-apps.com |
Hilfeseite URL | https://meraki-apps.com/demo |
URL der Datenschutzrichtlinien-Seite | https://www.meraki-apps.com/privacy_policy |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shopify Navigation Tool", "version": "1.1.0", "description": "Chrome extension to simplify Shopify navigation operations and save time!!!", "background": { "service_worker": "background.js" }, "action": { "default_icon": "icon_off.png", "default_title": "Shopify Navigation Tool", "default_popup": "index.html" }, "permissions": [ "tabs", "declarativeContent", "scripting", "cookies" ], "host_permissions": [ "https:\/\/*.myshopify.com\/admin\/menus*", "https:\/\/admin.shopify.com\/store\/*\/menus", "https:\/\/shopify.com\/*" ], "icons": { "128": "icon.png" }, "manifest_version": 3 } |