Shopify Navigation Tool

Chrome extension to simplify Shopify navigation operations and save time!!!

Wat is Shopify Navigation Tool?

Shopify Navigation Tool is een Chrome-extensie ontwikkeld door https://meraki-apps.com, en de belangrijkste functie is "Chrome extension to simplify Shopify navigation operations and save time!!!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Shopify Navigation Tool

Download Shopify Navigation Tool-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

                        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.                    

Basisinformatie over de Extensie

Naam Shopify Navigation Tool Shopify Navigation Tool
ID albibfnhpoeopdpcpcpcgfeblcpmfcbb
Officiële URL https://chromewebstore.google.com/detail/shopify-navigation-tool/albibfnhpoeopdpcpcpcgfeblcpmfcbb
Beschrijving Chrome extension to simplify Shopify navigation operations and save time!!!
Bestandsgrootte 426 KB
Aantal Installaties 1,202
Huidige Versie 1.1.0
Laatst Bijgewerkt 2023-08-16
Publicatiedatum 2022-03-07
Beoordeling 3.77/5 Totaal 13 Beoordelingen
Ontwikkelaar https://meraki-apps.com
E-mail [email protected]
Betalingswijze in_app
Extensiewebsite https://meraki-apps.com
Help Pagina-URL https://meraki-apps.com/demo
URL van de Privacybeleid Pagina https://www.meraki-apps.com/privacy_policy
Ondersteunde Talen 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
}