OSF Builder Suite For SFCC :: Deploy
This extension will show you information about the current build deployed on a SFCC instance. This only works if used on a SFCC…
Τι είναι το OSF Builder Suite For SFCC :: Deploy;
Το OSF Builder Suite For SFCC :: Deploy είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον daniels, και η κύρια λειτουργία του είναι "This extension will show you information about the current build deployed on a SFCC instance. This only works if used on a SFCC…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης OSF Builder Suite For SFCC :: Deploy
Λήψη αρχείων επέκτασης OSF Builder Suite For SFCC :: Deploy σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension will show you information about the current build deployed on a SFCC instance. This only works if used on a SFCC instance where the build was deployed using "OSF Builder Suite For SFCC :: Deploy" Jenkins plugin.
Βασικές Πληροφορίες Επέκτασης
Όνομα | OSF Builder Suite For SFCC :: Deploy |
ID | epdbcbegecijepmdpnhogmedieghhbjj |
Επίσημο URL | https://chromewebstore.google.com/detail/osf-builder-suite-for-sfc/epdbcbegecijepmdpnhogmedieghhbjj |
Περιγραφή | This extension will show you information about the current build deployed on a SFCC instance. This only works if used on a SFCC… |
Μέγεθος Αρχείου | 50.37 KB |
Αριθμός Εγκαταστάσεων | 106 |
Τρέχουσα Έκδοση | 1.0.10 |
Τελευταία Ενημέρωση | 2019-02-04 |
Ημερομηνία Δημοσίευσης | 2019-02-03 |
Προγραμματιστής | daniels |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://plugins.jenkins.io/osf-builder-suite-for-sfcc-deploy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OSF Builder Suite For SFCC :: Deploy", "version": "1.0.10", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self'", "browser_action": { "default_title": "OSF Builder Suite For SFCC :: Deploy", "default_icon": "icon128.png", "default_popup": "main.html" }, "manifest_version": 2, "icons": { "16": "icon128.png", "48": "icon128.png", "128": "icon128.png" } } |