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."입니다.
확장 프로그램 스크린샷
SFCC DevTools 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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\/*" ] } |