VTEXP

A powerfull and graceful VTEX experience in a browser extension.

Was ist VTEXP?

VTEXP ist eine Chrome-Erweiterung, die von ganobrega entwickelt wurde, und ihr Hauptmerkmal ist "A powerfull and graceful VTEX experience in a browser extension.".

Erweiterungsscreenshots

screenshot
screenshot

VTEXP-Erweiterungs-CRX-Datei herunterladen

Laden Sie VTEXP-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name VTEXP VTEXP
ID eoekghnklnjjeefkfmjkccpdngejmaeo
Offizielle URL https://chromewebstore.google.com/detail/vtexp/eoekghnklnjjeefkfmjkccpdngejmaeo
Beschreibung A powerfull and graceful VTEX experience in a browser extension.
Dateigröße 31.93 KB
Installationsanzahl 19
Aktuelle Version 1.0.6
Letztes Update 2020-07-09
Veröffentlichungsdatum 2020-07-08
Entwickler ganobrega
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://vtexp.now.sh/
Hilfeseite URL https://github.com/ganobrega/vtexp
Unterstützte Sprachen 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"
}