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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में VTEX Utils - VHelpx एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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": [
        "*:\/\/*\/*"
    ]
}