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."입니다.
확장 프로그램 스크린샷
VTEX Utils - VHelpx 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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... 확장 프로그램 기본 정보
| 이름 | |
| 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": [
"*:\/\/*\/*"
]
} | |