Shopify Navigation Tool

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

Cos'è Shopify Navigation Tool?

Shopify Navigation Tool è un'estensione di Chrome sviluppata da https://meraki-apps.com, e la sua funzione principale è "Chrome extension to simplify Shopify navigation operations and save time!!!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Shopify Navigation Tool

Scarica i file di estensione Shopify Navigation Tool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Shopify Navigation Tool Shopify Navigation Tool
ID albibfnhpoeopdpcpcpcgfeblcpmfcbb
URL Ufficiale https://chromewebstore.google.com/detail/shopify-navigation-tool/albibfnhpoeopdpcpcpcgfeblcpmfcbb
Descrizione Chrome extension to simplify Shopify navigation operations and save time!!!
Dimensione del File 426 KB
Conteggio Installazioni 1,202
Versione Corrente 1.1.0
Ultimo Aggiornamento 2023-08-16
Data di Pubblicazione 2022-03-07
Valutazione 3.77/5 Totale 13 Valutazioni
Sviluppatore https://meraki-apps.com
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://meraki-apps.com
URL della Pagina di Aiuto https://meraki-apps.com/demo
URL della Pagina della Politica sulla Privacy https://www.meraki-apps.com/privacy_policy
Lingue Supportate 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
}