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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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/
URL หน้าช่วยเหลือ 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"
}