Find MyShopify URL

Quickly finds the .myshopify URL of a Shopify store.

Find MyShopify URL là gì?

Find MyShopify URL là một tiện ích mở rộng Chrome được phát triển bởi Arshad Dokadiya, và tính năng chính của nó là "Quickly finds the .myshopify URL of a Shopify store.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Find MyShopify URL

Tải xuống các tệp mở rộng Find MyShopify URL 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

                        "Find MyShopify URL is a lightweight Chrome extension designed to help Shopify store owners and enthusiasts quickly find the .myshopify URL of any Shopify store. With a simple click of a button, the extension fetches the details of url and displays the corresponding .myshopify URL. Its intuitive and single-purpose design makes it easy to use, without any unnecessary features or distractions."                    

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

Tên Find MyShopify URL Find MyShopify URL
ID johdpoibicaeoafkhhglfeeljilblmeh
URL Chính Thức https://chromewebstore.google.com/detail/find-myshopify-url/johdpoibicaeoafkhhglfeeljilblmeh
Mô tả Quickly finds the .myshopify URL of a Shopify store.
Kích Thước Tệp 95.67 KB
Số Lần Cài Đặt 408
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-03-30
Ngày Phát Hành 2023-03-30
Nhà Phát Triển Arshad Dokadiya
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Find MyShopify URL",
    "version": "1.0",
    "description": "Quickly finds the .myshopify URL of a Shopify store.",
    "permissions": [
        "activeTab"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}