Find MyShopify URL

Quickly finds the .myshopify URL of a Shopify store.

Find MyShopify URLคืออะไร?

Find MyShopify URL เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Arshad Dokadiya และคุณลักษณะหลักของมันคือ "Quickly finds the .myshopify URL of a Shopify store."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Find MyShopify URL

ดาวน์โหลดไฟล์ส่วนขยาย Find MyShopify URL ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Find MyShopify URL Find MyShopify URL
ID johdpoibicaeoafkhhglfeeljilblmeh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/find-myshopify-url/johdpoibicaeoafkhhglfeeljilblmeh
คำอธิบาย Quickly finds the .myshopify URL of a Shopify store.
ขนาดไฟล์ 95.67 KB
จำนวนการติดตั้ง 408
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-03-30
วันที่เผยแพร่ 2023-03-30
ผู้พัฒนา Arshad Dokadiya
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    }
}