Shopify Navigation Tool

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

Hvad er Shopify Navigation Tool?

Shopify Navigation Tool er en Chrome-udvidelse udviklet af https://meraki-apps.com, og dens hovedfunktion er "Chrome extension to simplify Shopify navigation operations and save time!!!".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Shopify Navigation Tool-udvidelses-CRX-fil

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

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Shopify Navigation Tool Shopify Navigation Tool
ID albibfnhpoeopdpcpcpcgfeblcpmfcbb
Officiel URL https://chromewebstore.google.com/detail/shopify-navigation-tool/albibfnhpoeopdpcpcpcgfeblcpmfcbb
Beskrivelse Chrome extension to simplify Shopify navigation operations and save time!!!
Filstørrelse 426 KB
Antal Installationer 1,202
Nuværende Version 1.1.0
Senest Opdateret 2023-08-16
Udgivelsesdato 2022-03-07
Bedømmelse 3.77/5 Samlet 13 Bedømmelser
Udvikler https://meraki-apps.com
E-mail [email protected]
Betalingsmetode in_app
Udvidelseswebsted https://meraki-apps.com
Hjælpeside-URL https://meraki-apps.com/demo
URL til Fortrolighedspolitik Side https://www.meraki-apps.com/privacy_policy
Understøttede Sprog 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
}