Magewave - Magento Version identifier

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

O que é Magewave - Magento Version identifier?

Magewave - Magento Version identifier é uma extensão do Chrome desenvolvida por Shafeel Sha, e sua principal característica é "Magewave helps to identify whether your website uses Magento. In magento2 websites, it shows which Magento edition you're using".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Magewave - Magento Version identifier

Baixe arquivos de extensão Magewave - Magento Version identifier no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Magewave - Magento Version identifier Magewave - Magento Version identifier
ID ikmndhpkjkjmhhoackhijohlplkimpdk
URL Oficial https://chromewebstore.google.com/detail/magewave-magento-version/ikmndhpkjkjmhhoackhijohlplkimpdk
Descrição Magewave helps to identify whether your website uses Magento. In magento2 websites, it shows which Magento edition you're using
Tamanho do Arquivo 82.82 KB
Contagem de Instalações 219
Versão Atual 1.5
Última Atualização 2019-12-02
Data de Publicação 2019-12-02
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor Shafeel Sha
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://magewave.ignitivo.com/
URL da Página de Ajuda http://magewave.ignitivo.com/
URL da Página de Política de Privacidade http://magentoversion.online/privacy
Idiomas Suportados 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"
    }
}