VTEXP

A powerfull and graceful VTEX experience in a browser extension.

Qu'est-ce que VTEXP ?

VTEXP est une extension Chrome développée par ganobrega, et sa fonction principale est "A powerfull and graceful VTEX experience in a browser extension.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension VTEXP

Téléchargez les fichiers d'extension VTEXP au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom VTEXP VTEXP
ID eoekghnklnjjeefkfmjkccpdngejmaeo
URL Officiel https://chromewebstore.google.com/detail/vtexp/eoekghnklnjjeefkfmjkccpdngejmaeo
Description A powerfull and graceful VTEX experience in a browser extension.
Taille du Fichier 31.93 KB
Nombre d'Installations 19
Version Actuelle 1.0.6
Dernière Mise à Jour 2020-07-09
Date de Publication 2020-07-08
Développeur ganobrega
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://vtexp.now.sh/
URL de la Page d'Aide https://github.com/ganobrega/vtexp
Langues Prises en Charge 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"
}