VTEX Utils - VHelpx

VHelpx is a browser extension with some helpers that will make easier the life of those who work with the VTEX ecosystem.

Cos'è VTEX Utils - VHelpx?

VTEX Utils - VHelpx è un'estensione di Chrome sviluppata da https://raphaelbr.dev, e la sua funzione principale è "VHelpx is a browser extension with some helpers that will make easier the life of those who work with the VTEX ecosystem.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione VTEX Utils - VHelpx

Scarica i file di estensione VTEX Utils - VHelpx in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Some Features:

* Local Login: Set the cookie VtexIdclientAutCookie that is used to authenticate the user in the plataform.

* Store Info: You can check some info about the store, such as the account name, the version of the store(IO, CMS or SFJ), the current workspace (IO), etc...

* HTTP Request: You can make custom requests using some http methods (GET, POST, PUT, PATCH, DELETE), and save the response as .json or .csv

* Product: You can check the current product info and save all as .json, copy to the clipboard or use the shortcut to edit the product on the admin.

* Orderform: You can preview some fields from orderForm, copy or download the full response, and generate a addToCart URL based on the current items.

* Page Info (WIP): You will be able to preview some info about the current page, like search context, the block that is being used...                    

Informazioni di Base sull'Estensione

Nome VTEX Utils - VHelpx VTEX Utils - VHelpx
ID pbeccppphodgankmbikfdlodceghmmgo
URL Ufficiale https://chromewebstore.google.com/detail/vtex-utils-vhelpx/pbeccppphodgankmbikfdlodceghmmgo
Descrizione VHelpx is a browser extension with some helpers that will make easier the life of those who work with the VTEX ecosystem.
Dimensione del File 215 KB
Conteggio Installazioni 2,169
Versione Corrente 1.6.1
Ultimo Aggiornamento 2022-02-21
Data di Pubblicazione 2021-06-08
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://raphaelbr.dev
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://vtex.raphaelbr.dev/
URL della Pagina di Aiuto https://github.com/RaphaelBRodrigues/vtex-utils-extension/issues
Lingue Supportate en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.6.1",
    "description": "__MSG_appDesc__",
    "manifest_version": 3,
    "default_locale": "pt_BR",
    "author": "[email protected]",
    "icons": {
        "16": "images\/vtex-16x16.png",
        "32": "images\/vtex-32x32.png",
        "48": "images\/vtex-48x48.png",
        "128": "images\/vtex-128x128.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": "images\/vtex-48x48.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "cookies",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}