Find MyShopify URL

Quickly finds the .myshopify URL of a Shopify store.

Find MyShopify URLとは何ですか?

Find MyShopify URLはArshad Dokadiyaによって開発されたChromeの拡張機能で、その主な機能は「Quickly finds the .myshopify URL of a Shopify store.」です。

拡張機能のスクリーンショット

screenshot

Find MyShopify URL拡張機能のCRXファイルをダウンロード

Find MyShopify URL拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        "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."                    

拡張機能の基本情報

名前 Find MyShopify URL Find MyShopify URL
ID johdpoibicaeoafkhhglfeeljilblmeh
公式URL https://chromewebstore.google.com/detail/find-myshopify-url/johdpoibicaeoafkhhglfeeljilblmeh
説明 Quickly finds the .myshopify URL of a Shopify store.
ファイルサイズ 95.67 KB
インストール数 408
現在のバージョン 1.0
最終更新日 2023-03-30
公開日 2023-03-30
開発者 Arshad Dokadiya
Eメール [email protected]
支払い方法 free
対応言語 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"
    }
}