VTEXP

A powerfull and graceful VTEX experience in a browser extension.

Vad är VTEXP?

VTEXP är en Chrome-tillägg utvecklad av ganobrega, och dess huvudfunktion är "A powerfull and graceful VTEX experience in a browser extension.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner VTEXP-förlängningens CRX-fil

Ladda ner VTEXP-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn VTEXP VTEXP
ID eoekghnklnjjeefkfmjkccpdngejmaeo
Officiell webbadress https://chromewebstore.google.com/detail/vtexp/eoekghnklnjjeefkfmjkccpdngejmaeo
Beskrivning A powerfull and graceful VTEX experience in a browser extension.
Filstorlek 31.93 KB
Antal Installationer 19
Aktuell Version 1.0.6
Senast Uppdaterad 2020-07-09
Publiceringsdatum 2020-07-08
Utvecklare ganobrega
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://vtexp.now.sh/
Hjälpsida URL https://github.com/ganobrega/vtexp
Stödda Språk 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"
}