CodeBy Web Tools
This is an extension built by CodeBy to help VTEX developers to debug their current in development stores
Co je CodeBy Web Tools?
CodeBy Web Tools je rozšíření Chrome vyvinuté https://codeby.global, a jeho hlavní funkcí je „This is an extension built by CodeBy to help VTEX developers to debug their current in development stores“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření CodeBy Web Tools
Stáhněte si soubory rozšíření CodeBy Web Tools ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | CodeBy Web Tools |
ID | amfpnlnkbkifhmcaeecmocgchpkbnpji |
Oficiální URL | https://chromewebstore.google.com/detail/codeby-web-tools/amfpnlnkbkifhmcaeecmocgchpkbnpji |
Popis | This is an extension built by CodeBy to help VTEX developers to debug their current in development stores |
Velikost souboru | 134 KB |
Počet instalací | 61 |
Aktuální Verze | 0.3 |
Poslední Aktualizace | 2022-02-08 |
Datum Vydání | 2021-03-14 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | https://codeby.global |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://codeby.global |
URL Stránky Nápovědy | https://codeby.global |
Podporované Jazyky | 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": [ " |