VTEXP

A powerfull and graceful VTEX experience in a browser extension.

VTEXP란 무엇입니까?

VTEXP은(는) ganobrega에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A powerfull and graceful VTEX experience in a browser extension."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

VTEXP 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        VTEXP is an Open-Source and Free extension that facilitates navigation and improves some features of the VTEX platform. With it you can use the shortcut menus to navigate the administrative panel of the platform, and also change URL parameters used to debug the store's website.

Test the extension on this website or a compatible VTEX store: https://storetheme.vtex.com                    

확장 프로그램 기본 정보

이름 VTEXP VTEXP
ID eoekghnklnjjeefkfmjkccpdngejmaeo
공식 URL https://chromewebstore.google.com/detail/vtexp/eoekghnklnjjeefkfmjkccpdngejmaeo
설명 A powerfull and graceful VTEX experience in a browser extension.
파일 크기 31.93 KB
설치 횟수 19
현재 버전 1.0.6
최근 업데이트 2020-07-09
출시 날짜 2020-07-08
개발자 ganobrega
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://vtexp.now.sh/
도움말 페이지 URL https://github.com/ganobrega/vtexp
지원되는 언어 en,es,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "homepage_url": "https:\/\/github.com\/ganobrega\/vtexp",
    "permissions": [
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "detector.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "128": "icons\/icon.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon-disabled.png",
        "default_title": "__MSG_extName__",
        "default_popup": "popup-disabled.html"
    },
    "version": "1.0.6"
}