Magewave - Magento Version identifier

Magewave helps to identify whether your website uses Magento. In magento2 websites, it shows which Magento edition you're using

Что такое Magewave - Magento Version identifier?

Magewave - Magento Version identifier - это расширение Chrome, разработанное Shafeel Sha, и его основная функция - "Magewave helps to identify whether your website uses Magento. In magento2 websites, it shows which Magento edition you're using".

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

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Magewave - Magento Version identifier

Скачайте файлы расширений Magewave - Magento Version identifier в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Thanks for using Magewave This Extension helps to identify whether your website uses Magento or not. In Magento websites, it shows which Magento version and edition you're using, how much time it takes to load the website, and it also generates QR Code on your website. you can scan it using mobile camera/QR scanning apps. The Site loading time may be varying based on your network speed and Performance.                    

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

Название Magewave - Magento Version identifier Magewave - Magento Version identifier
ID ikmndhpkjkjmhhoackhijohlplkimpdk
Официальный URL https://chromewebstore.google.com/detail/magewave-magento-version/ikmndhpkjkjmhhoackhijohlplkimpdk
Описание Magewave helps to identify whether your website uses Magento. In magento2 websites, it shows which Magento edition you're using
Размер файла 82.82 KB
Количество установок 219
Текущая Версия 1.5
Последнее Обновление 2019-12-02
Дата публикации 2019-12-02
Рейтинг 5.00/5 Всего 4 оценок
Разработчик Shafeel Sha
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://magewave.ignitivo.com/
URL страницы помощи http://magewave.ignitivo.com/
URL страницы политики конфиденциальности http://magentoversion.online/privacy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Magewave - Magento Version identifier",
    "description": "Magewave helps to identify whether your website uses Magento. In magento2 websites, it shows which Magento edition you're using",
    "version": "1.5",
    "icons": {
        "16": "mw_icon.png",
        "32": "mw_icon.png",
        "48": "mw_icon.png",
        "64": "mw_icon.png",
        "96": "mw_icon.png",
        "128": "mw_icon.png"
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "mw_icon.png",
        "default_popup": "popup.html"
    }
}