VTEXP
A powerfull and graceful VTEX experience in a browser extension.
O que é VTEXP?
VTEXP é uma extensão do Chrome desenvolvida por ganobrega, e sua principal característica é "A powerfull and graceful VTEX experience in a browser extension.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão VTEXP
Baixe arquivos de extensão VTEXP 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
VTEXP is an Open-Source and Free extension that facilitates navigation and improves some features of the VTEX platform. With it you can use the shortcut menus to navigate the administrative panel of the platform, and also change URL parameters used to debug the store's website. Test the extension on this website or a compatible VTEX store: https://storetheme.vtex.com
Informações Básicas da Extensão
Nome | VTEXP |
ID | eoekghnklnjjeefkfmjkccpdngejmaeo |
URL Oficial | https://chromewebstore.google.com/detail/vtexp/eoekghnklnjjeefkfmjkccpdngejmaeo |
Descrição | A powerfull and graceful VTEX experience in a browser extension. |
Tamanho do Arquivo | 31.93 KB |
Contagem de Instalações | 19 |
Versão Atual | 1.0.6 |
Última Atualização | 2020-07-09 |
Data de Publicação | 2020-07-08 |
Desenvolvedor | ganobrega |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://vtexp.now.sh/ |
URL da Página de Ajuda | https://github.com/ganobrega/vtexp |
Idiomas Suportados | en,es,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_extDesc__", "default_locale": "en", "homepage_url": "https:\/\/github.com\/ganobrega\/vtexp", "permissions": [ "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ " |