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.

什麼是VTEX Utils - VHelpx?

VTEX Utils - VHelpx是由https://raphaelbr.dev開發的Chrome擴展程式,該擴展的主要功能是“VHelpx is a browser extension with some helpers that will make easier the life of those who work with the VTEX ecosystem.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載VTEX Utils - VHelpx擴展crx文件

下載VTEX Utils - VHelpx擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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...                    

擴展基本資訊

名稱 VTEX Utils - VHelpx VTEX Utils - VHelpx
ID pbeccppphodgankmbikfdlodceghmmgo
官方網址 https://chromewebstore.google.com/detail/vtex-utils-vhelpx/pbeccppphodgankmbikfdlodceghmmgo
簡介 VHelpx is a browser extension with some helpers that will make easier the life of those who work with the VTEX ecosystem.
檔案大小 215 KB
安裝次數 2,169
目前版本 1.6.1
更新時間 2022-02-21
上架時間 2021-06-08
評分 5.00/5 共 2 次評分
開發者 https://raphaelbr.dev
電子郵箱 [email protected]
付費類型 free
擴展官網 http://vtex.raphaelbr.dev/
說明頁面URL https://github.com/RaphaelBRodrigues/vtex-utils-extension/issues
支援的語言 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": [
        "*:\/\/*\/*"
    ]
}