Shopify Navigation Tool

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

Apa itu Shopify Navigation Tool?

Shopify Navigation Tool adalah ekstensi Chrome yang dikembangkan oleh https://meraki-apps.com, dan fitur utamanya adalah "Chrome extension to simplify Shopify navigation operations and save time!!!".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Shopify Navigation Tool

Unduh file ekstensi Shopify Navigation Tool dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Shopify Navigation Tool Shopify Navigation Tool
ID albibfnhpoeopdpcpcpcgfeblcpmfcbb
URL Resmi https://chromewebstore.google.com/detail/shopify-navigation-tool/albibfnhpoeopdpcpcpcgfeblcpmfcbb
Deskripsi Chrome extension to simplify Shopify navigation operations and save time!!!
Ukuran File 426 KB
Jumlah Instalasi 1,202
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2023-08-16
Tanggal Publikasi 2022-03-07
Penilaian 3.77/5 Total 13 Penilaian
Pengembang https://meraki-apps.com
Email [email protected]
Tipe Pembayaran in_app
Situs Ekstensi https://meraki-apps.com
URL Halaman Bantuan https://meraki-apps.com/demo
URL Halaman Kebijakan Privasi https://www.meraki-apps.com/privacy_policy
Bahasa yang Didukung 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
}