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 هو إضافة Chrome تم تطويرها بواسطة 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 للإضافة VTEX Utils - VHelpx

قم بتنزيل ملفات الامتداد VTEX Utils - VHelpx بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة المساعدة 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": [
        "*:\/\/*\/*"
    ]
}