Find MyShopify URL

Quickly finds the .myshopify URL of a Shopify store.

Vad är Find MyShopify URL?

Find MyShopify URL är en Chrome-tillägg utvecklad av Arshad Dokadiya, och dess huvudfunktion är "Quickly finds the .myshopify URL of a Shopify store.".

Tilläggsskärmbilder

screenshot

Ladda ner Find MyShopify URL-förlängningens CRX-fil

Ladda ner Find MyShopify URL-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        "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äggande Information om Tillägg

Namn Find MyShopify URL Find MyShopify URL
ID johdpoibicaeoafkhhglfeeljilblmeh
Officiell webbadress https://chromewebstore.google.com/detail/find-myshopify-url/johdpoibicaeoafkhhglfeeljilblmeh
Beskrivning Quickly finds the .myshopify URL of a Shopify store.
Filstorlek 95.67 KB
Antal Installationer 408
Aktuell Version 1.0
Senast Uppdaterad 2023-03-30
Publiceringsdatum 2023-03-30
Utvecklare Arshad Dokadiya
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}