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