CodeBy Web Tools
This is an extension built by CodeBy to help VTEX developers to debug their current in development stores
¿Qué es CodeBy Web Tools?
CodeBy Web Tools es una extensión de Chrome desarrollada por https://codeby.global, y su función principal es "This is an extension built by CodeBy to help VTEX developers to debug their current in development stores".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión CodeBy Web Tools
Descarga archivos de extensión CodeBy Web Tools 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
The goal of CodeBy Web Tools is to show in it's icon what technology the website was built in. Right now, there is support only for VTEX Legacy CMS and VTEX IO, but we have plans in the near future to include support for other ecommerce platforms too. If you have any questions, want to report a bug or suggest a feature, please email us at [email protected]. This extension was developed by https://codeby.com.br/en.
Información Básica de la Extensión
Nombre | CodeBy Web Tools |
ID | amfpnlnkbkifhmcaeecmocgchpkbnpji |
URL Oficial | https://chromewebstore.google.com/detail/codeby-web-tools/amfpnlnkbkifhmcaeecmocgchpkbnpji |
Descripción | This is an extension built by CodeBy to help VTEX developers to debug their current in development stores |
Tamaño del Archivo | 134 KB |
Cantidad de Instalaciones | 61 |
Versión Actual | 0.3 |
Última Actualización | 2022-02-08 |
Fecha de Publicación | 2021-03-14 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | https://codeby.global |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://codeby.global |
URL de la Página de Ayuda | https://codeby.global |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CodeBy Web Tools", "version": "0.3", "description": "This is an extension built by CodeBy to help VTEX developers to debug their current in development stores", "icons": { "16": "images\/codeby-16.png", "32": "images\/codeby-32.png", "48": "images\/codeby-48.png", "128": "images\/codeby-128.png" }, "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "permissions": [ "background", "file:\/\/\/", "http:\/\/*\/*", "https:\/\/*\/*", "activeTab" ], "browser_action": { "default_icon": { "16": "images\/codeby-16.png", "32": "images\/codeby-32.png", "48": "images\/codeby-48.png", "128": "images\/codeby-128.png" }, "default_title": "Codeby Web Tools", "default_popup": "popups\/default.html" }, "content_scripts": [ { "matches": [ " |