SFCC DevTools

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

SFCC DevTools क्या है?

SFCC DevTools Peter Schmalfeldt द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Support Browser Interaction with VS Code, Eclipse, and SFCC Business Manager via DevTools Web Inspector."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SFCC DevTools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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\/*"
    ]
}