SFCC DevTools

Support Browser Interaction with VS Code, Eclipse, and SFCC Business Manager via DevTools Web Inspector.

什么是SFCC DevTools?

SFCC DevTools是由Peter Schmalfeldt开发的Chrome扩展程序,该扩展的主要功能是“Support Browser Interaction with VS Code, Eclipse, and SFCC Business Manager via DevTools Web Inspector.”。

扩展截图

screenshot
screenshot

下载SFCC DevTools扩展crx文件

下载SFCC DevTools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        SFCC DevTools is a Cross-Browser Extension is for Salesforce Commerce Cloud developers to connect their browsers Web Inspector to VS Code, Eclipse & Business Manager.

FEATURES:

* Uses dwMarker HTML Comments
* Adds new SFCC Side Panel to Elements Panel
* Open ISML, Pipelines & Controllers in VS Code / Eclipse
* Open Content Slots & Assets in Business Manager
* Supports Light & Dark Themes
* Supports Sandbox, Development & Staging Environments
* Supports Page Designer Content

NEW IN VERSION 1.1.1

* Updated to meet new Chrome Extension Security Policies

DISCLAIMER

The trademarks and product names of Salesforce®, including the mark Salesforce®, are the property of Salesforce.com. SFCC DevOps is not affiliated with Salesforce.com, nor does Salesforce.com sponsor or endorse the SFCC DevOps products or website. The use of the Salesforce® trademark on this project does not indicate an endorsement, recommendation, or business relationship between Salesforce.com and SFCC DevOps.                    

扩展基本信息

名称 SFCC DevTools SFCC DevTools
ID gdgdeiakmgocieipdpdaidanjbcchdka
官方URL https://chromewebstore.google.com/detail/sfcc-devtools/gdgdeiakmgocieipdpdaidanjbcchdka
简介 Support Browser Interaction with VS Code, Eclipse, and SFCC Business Manager via DevTools Web Inspector.
文件大小 20.68 KB
安装次数 1,484
当前版本 1.1.1
更新时间 2022-08-02
上架时间 2020-06-06
评分 5.00/5 共1次评分
开发者 Peter Schmalfeldt
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/sfccdevops/sfcc-devtools
帮助页面URL https://github.com/sfccdevops/sfcc-devtools/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "version": "1.1.1",
    "description": "__MSG_extensionDescription__",
    "author": "SFCC DevOps",
    "devtools_page": "devtools.html",
    "homepage_url": "https:\/\/github.com\/sfccdevops\/sfcc-devtools",
    "default_locale": "en",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' http:\/\/localhost:60606; object-src 'self';"
    },
    "host_permissions": [
        "http:\/\/localhost:60606\/*"
    ]
}