Find MyShopify URL

Quickly finds the .myshopify URL of a Shopify store.

Cos'è Find MyShopify URL?

Find MyShopify URL è un'estensione di Chrome sviluppata da Arshad Dokadiya, e la sua funzione principale è "Quickly finds the .myshopify URL of a Shopify store.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Find MyShopify URL

Scarica i file di estensione Find MyShopify URL in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Find MyShopify URL Find MyShopify URL
ID johdpoibicaeoafkhhglfeeljilblmeh
URL Ufficiale https://chromewebstore.google.com/detail/find-myshopify-url/johdpoibicaeoafkhhglfeeljilblmeh
Descrizione Quickly finds the .myshopify URL of a Shopify store.
Dimensione del File 95.67 KB
Conteggio Installazioni 408
Versione Corrente 1.0
Ultimo Aggiornamento 2023-03-30
Data di Pubblicazione 2023-03-30
Sviluppatore Arshad Dokadiya
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}