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ファイルをダウンロード

VTEXP拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
}