VTEXP
A powerfull and graceful VTEX experience in a browser extension.
什麼是VTEXP?
VTEXP是由ganobrega開發的Chrome擴展程式,該擴展的主要功能是“A powerfull and graceful VTEX experience in a browser extension.”。
擴展截圖
下載VTEXP擴展crx文件
下載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 |
ID | eoekghnklnjjeefkfmjkccpdngejmaeo |
官方網址 | 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": [ " |