Find MyShopify URL

Quickly finds the .myshopify URL of a Shopify store.

Hvad er Find MyShopify URL?

Find MyShopify URL er en Chrome-udvidelse udviklet af Arshad Dokadiya, og dens hovedfunktion er "Quickly finds the .myshopify URL of a Shopify store.".

Udvidelsesskærmbilleder

screenshot

Download Find MyShopify URL-udvidelses-CRX-fil

Download Find MyShopify URL-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Find MyShopify URL Find MyShopify URL
ID johdpoibicaeoafkhhglfeeljilblmeh
Officiel URL https://chromewebstore.google.com/detail/find-myshopify-url/johdpoibicaeoafkhhglfeeljilblmeh
Beskrivelse Quickly finds the .myshopify URL of a Shopify store.
Filstørrelse 95.67 KB
Antal Installationer 408
Nuværende Version 1.0
Senest Opdateret 2023-03-30
Udgivelsesdato 2023-03-30
Udvikler Arshad Dokadiya
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}