Find MyShopify URL

Quickly finds the .myshopify URL of a Shopify store.

Wat is Find MyShopify URL?

Find MyShopify URL is een Chrome-extensie ontwikkeld door Arshad Dokadiya, en de belangrijkste functie is "Quickly finds the .myshopify URL of a Shopify store.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Find MyShopify URL

Download Find MyShopify URL-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Find MyShopify URL Find MyShopify URL
ID johdpoibicaeoafkhhglfeeljilblmeh
Officiële URL https://chromewebstore.google.com/detail/find-myshopify-url/johdpoibicaeoafkhhglfeeljilblmeh
Beschrijving Quickly finds the .myshopify URL of a Shopify store.
Bestandsgrootte 95.67 KB
Aantal Installaties 408
Huidige Versie 1.0
Laatst Bijgewerkt 2023-03-30
Publicatiedatum 2023-03-30
Ontwikkelaar Arshad Dokadiya
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}