VTEXP
A powerfull and graceful VTEX experience in a browser extension.
Wat is VTEXP?
VTEXP is een Chrome-extensie ontwikkeld door ganobrega, en de belangrijkste functie is "A powerfull and graceful VTEX experience in a browser extension.".
Extensie Screenshots
Download het CRX-bestand van de extensie VTEXP
Download VTEXP-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | VTEXP |
ID | eoekghnklnjjeefkfmjkccpdngejmaeo |
Officiële URL | https://chromewebstore.google.com/detail/vtexp/eoekghnklnjjeefkfmjkccpdngejmaeo |
Beschrijving | A powerfull and graceful VTEX experience in a browser extension. |
Bestandsgrootte | 31.93 KB |
Aantal Installaties | 19 |
Huidige Versie | 1.0.6 |
Laatst Bijgewerkt | 2020-07-09 |
Publicatiedatum | 2020-07-08 |
Ontwikkelaar | ganobrega |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://vtexp.now.sh/ |
Help Pagina-URL | https://github.com/ganobrega/vtexp |
Ondersteunde Talen | 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": [ " |