Find MyShopify URL

Quickly finds the .myshopify URL of a Shopify store.

Apa itu Find MyShopify URL?

Find MyShopify URL adalah ekstensi Chrome yang dikembangkan oleh Arshad Dokadiya, dan fitur utamanya adalah "Quickly finds the .myshopify URL of a Shopify store.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Find MyShopify URL

Unduh file ekstensi Find MyShopify URL dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Find MyShopify URL Find MyShopify URL
ID johdpoibicaeoafkhhglfeeljilblmeh
URL Resmi https://chromewebstore.google.com/detail/find-myshopify-url/johdpoibicaeoafkhhglfeeljilblmeh
Deskripsi Quickly finds the .myshopify URL of a Shopify store.
Ukuran File 95.67 KB
Jumlah Instalasi 408
Versi Saat Ini 1.0
Terakhir Diperbarui 2023-03-30
Tanggal Publikasi 2023-03-30
Pengembang Arshad Dokadiya
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}