Shopify Developer Tools

Shopify Developer Tools is a Chrome extension for Shopify developers. It allows you to easily - View which theme a shop is using…

Что такое Shopify Developer Tools?

Shopify Developer Tools - это расширение Chrome, разработанное anark6, и его основная функция - "Shopify Developer Tools is a Chrome extension for Shopify developers. It allows you to easily - View which theme a shop is using…".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Shopify Developer Tools

Скачайте файлы расширений Shopify Developer Tools в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Shopify Developer Tools is a Chrome extension for Shopify developers.

It allows you to easily
- View which theme a shop is using when visiting their website.
- Easily create a management request for a shop without having to copy and paste their store url
- See if the theme they were using was purchased legitimately
- Add your own custom links to view a shop in your admin or wherever you would like to view their details based on the shops myshopify url                    

Основная информация о расширении

Название Shopify Developer Tools Shopify Developer Tools
ID ampfnhkbibnmhgoiaaokkejbajllamfj
Официальный URL https://chromewebstore.google.com/detail/shopify-developer-tools/ampfnhkbibnmhgoiaaokkejbajllamfj
Описание Shopify Developer Tools is a Chrome extension for Shopify developers. It allows you to easily - View which theme a shop is using…
Размер файла 27.68 KB
Количество установок 751
Текущая Версия 0.23
Последнее Обновление 2020-05-08
Дата публикации 2020-05-08
Разработчик anark6
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "content.js"
    ],
    "manifest_version": 2,
    "name": "Shopify Developer Tools",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "short_name": "Shopify Developer Tools",
    "version": "0.23"
}