VTEXP

A powerfull and graceful VTEX experience in a browser extension.

VTEXP là gì?

VTEXP là một tiện ích mở rộng Chrome được phát triển bởi ganobrega, và tính năng chính của nó là "A powerfull and graceful VTEX experience in a browser extension.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng VTEXP

Tải xuống các tệp mở rộng VTEXP dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên VTEXP VTEXP
ID eoekghnklnjjeefkfmjkccpdngejmaeo
URL Chính Thức https://chromewebstore.google.com/detail/vtexp/eoekghnklnjjeefkfmjkccpdngejmaeo
Mô tả A powerfull and graceful VTEX experience in a browser extension.
Kích Thước Tệp 31.93 KB
Số Lần Cài Đặt 19
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2020-07-09
Ngày Phát Hành 2020-07-08
Nhà Phát Triển ganobrega
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://vtexp.now.sh/
URL Trang Trợ Giúp https://github.com/ganobrega/vtexp
Ngôn Ngữ Được Hỗ Trợ 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"
}