VTEXP

A powerfull and graceful VTEX experience in a browser extension.

ما هو VTEXP؟

VTEXP هو إضافة Chrome تم تطويرها بواسطة ganobrega، والميزة الرئيسية لها هي "A powerfull and graceful VTEX experience in a browser extension.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة VTEXP

قم بتنزيل ملفات الامتداد VTEXP بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة 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"
}