Shopify Navigation Tool

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

Shopify Navigation Tool là gì?

Shopify Navigation Tool là một tiện ích mở rộng Chrome được phát triển bởi https://meraki-apps.com, và tính năng chính của nó là "Chrome extension to simplify Shopify navigation operations and save time!!!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Shopify Navigation Tool

Tải xuống các tệp mở rộng Shopify Navigation Tool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Shopify Navigation Tool Shopify Navigation Tool
ID albibfnhpoeopdpcpcpcgfeblcpmfcbb
URL Chính Thức https://chromewebstore.google.com/detail/shopify-navigation-tool/albibfnhpoeopdpcpcpcgfeblcpmfcbb
Mô tả Chrome extension to simplify Shopify navigation operations and save time!!!
Kích Thước Tệp 426 KB
Số Lần Cài Đặt 1,202
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2023-08-16
Ngày Phát Hành 2022-03-07
Đánh Giá 3.77/5 Tổng số 13 Đánh Giá
Nhà Phát Triển https://meraki-apps.com
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://meraki-apps.com
URL Trang Trợ Giúp https://meraki-apps.com/demo
URL Trang Chính Sách Bảo Mật https://www.meraki-apps.com/privacy_policy
Ngôn Ngữ Được Hỗ Trợ 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
}