Magewave - Magento Version identifier
Magewave helps to identify whether your website uses Magento. In magento2 websites, it shows which Magento edition you're using
¿Qué es Magewave - Magento Version identifier?
Magewave - Magento Version identifier es una extensión de Chrome desarrollada por Shafeel Sha, y su función principal es "Magewave helps to identify whether your website uses Magento. In magento2 websites, it shows which Magento edition you're using".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Magewave - Magento Version identifier
Descarga archivos de extensión Magewave - Magento Version identifier en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Magewave - Magento Version identifier |
ID | ikmndhpkjkjmhhoackhijohlplkimpdk |
URL Oficial | https://chromewebstore.google.com/detail/magewave-magento-version/ikmndhpkjkjmhhoackhijohlplkimpdk |
Descripción | Magewave helps to identify whether your website uses Magento. In magento2 websites, it shows which Magento edition you're using |
Tamaño del Archivo | 82.82 KB |
Cantidad de Instalaciones | 219 |
Versión Actual | 1.5 |
Última Actualización | 2019-12-02 |
Fecha de Publicación | 2019-12-02 |
Calificación | 5.00/5 Total de 4 Calificaciones |
Desarrollador | Shafeel Sha |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://magewave.ignitivo.com/ |
URL de la Página de Ayuda | http://magewave.ignitivo.com/ |
URL de la Página de Política de Privacidad | http://magentoversion.online/privacy |
Idiomas Soportados | 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" } } |