Find MyShopify URL

Quickly finds the .myshopify URL of a Shopify store.

O que é Find MyShopify URL?

Find MyShopify URL é uma extensão do Chrome desenvolvida por Arshad Dokadiya, e sua principal característica é "Quickly finds the .myshopify URL of a Shopify store.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Find MyShopify URL

Baixe arquivos de extensão Find MyShopify URL no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Find MyShopify URL Find MyShopify URL
ID johdpoibicaeoafkhhglfeeljilblmeh
URL Oficial https://chromewebstore.google.com/detail/find-myshopify-url/johdpoibicaeoafkhhglfeeljilblmeh
Descrição Quickly finds the .myshopify URL of a Shopify store.
Tamanho do Arquivo 95.67 KB
Contagem de Instalações 408
Versão Atual 1.0
Última Atualização 2023-03-30
Data de Publicação 2023-03-30
Desenvolvedor Arshad Dokadiya
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}