Shopify Navigation Tool
Chrome extension to simplify Shopify navigation operations and save time!!!
What is Shopify Navigation Tool?
Shopify Navigation Tool is a Chrome extension developed by https://meraki-apps.com, and its main feature is "Chrome extension to simplify Shopify navigation operations and save time!!!".
Extension Screenshots
Download Shopify Navigation Tool Extension CRX File
Download Shopify Navigation Tool 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
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.
Extension Basic Information
Name | Shopify Navigation Tool |
ID | albibfnhpoeopdpcpcpcgfeblcpmfcbb |
Official URL | https://chromewebstore.google.com/detail/shopify-navigation-tool/albibfnhpoeopdpcpcpcgfeblcpmfcbb |
Description | Chrome extension to simplify Shopify navigation operations and save time!!! |
File Size | 426 KB |
Installation Count | 1,202 |
Current Version | 1.1.0 |
Last Updated | 2023-08-16 |
Publish Date | 2022-03-07 |
Rating | 3.77/5 Total 13 Ratings |
Developer | https://meraki-apps.com |
[email protected] | |
Payment Type | in_app |
Extension Website | https://meraki-apps.com |
Help Page URL | https://meraki-apps.com/demo |
Privacy Policy Page URL | https://www.meraki-apps.com/privacy_policy |
Supported Languages | 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 } |