Find MyShopify URL

Quickly finds the .myshopify URL of a Shopify store.

Qu'est-ce que Find MyShopify URL ?

Find MyShopify URL est une extension Chrome développée par Arshad Dokadiya, et sa fonction principale est "Quickly finds the .myshopify URL of a Shopify store.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Find MyShopify URL

Téléchargez les fichiers d'extension Find MyShopify URL au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Find MyShopify URL Find MyShopify URL
ID johdpoibicaeoafkhhglfeeljilblmeh
URL Officiel https://chromewebstore.google.com/detail/find-myshopify-url/johdpoibicaeoafkhhglfeeljilblmeh
Description Quickly finds the .myshopify URL of a Shopify store.
Taille du Fichier 95.67 KB
Nombre d'Installations 408
Version Actuelle 1.0
Dernière Mise à Jour 2023-03-30
Date de Publication 2023-03-30
Développeur Arshad Dokadiya
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}