Shopify Navigation Tool

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

Vad är Shopify Navigation Tool?

Shopify Navigation Tool är en Chrome-tillägg utvecklad av https://meraki-apps.com, och dess huvudfunktion är "Chrome extension to simplify Shopify navigation operations and save time!!!".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Shopify Navigation Tool-förlängningens CRX-fil

Ladda ner Shopify Navigation Tool-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Shopify Navigation Tool Shopify Navigation Tool
ID albibfnhpoeopdpcpcpcgfeblcpmfcbb
Officiell webbadress https://chromewebstore.google.com/detail/shopify-navigation-tool/albibfnhpoeopdpcpcpcgfeblcpmfcbb
Beskrivning Chrome extension to simplify Shopify navigation operations and save time!!!
Filstorlek 426 KB
Antal Installationer 1,202
Aktuell Version 1.1.0
Senast Uppdaterad 2023-08-16
Publiceringsdatum 2022-03-07
Betyg 3.77/5 Totalt 13 Betyg
Utvecklare https://meraki-apps.com
E-post [email protected]
Betalningssätt in_app
Tilläggswebbplats https://meraki-apps.com
Hjälpsida URL https://meraki-apps.com/demo
URL till Sekretesspolicy Sidan https://www.meraki-apps.com/privacy_policy
Stödda Språk 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
}