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
电子邮箱 [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"
}