Esri AEM Chrome Extension
This is the custom Switcher for AEM instances.
Τι είναι το Esri AEM Chrome Extension;
Το Esri AEM Chrome Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον thilak.shankarappa, και η κύρια λειτουργία του είναι "This is the custom Switcher for AEM instances.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Esri AEM Chrome Extension
Λήψη αρχείων επέκτασης Esri AEM Chrome Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension can be used with Adobe Experience Manager (AEM pages). AEM is a Content management system. You can switch between Authoring mode, Publish mode and the Live versions of the page. You can customize the AEM authoring and publishing mode URL's in the extension settings page. you can learn about different environments in Adobe Experience manager Website.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Esri AEM Chrome Extension |
ID | olnobjdmmkloilfjcflfpkponphjpchi |
Επίσημο URL | https://chromewebstore.google.com/detail/esri-aem-chrome-extension/olnobjdmmkloilfjcflfpkponphjpchi |
Περιγραφή | This is the custom Switcher for AEM instances. |
Μέγεθος Αρχείου | 24.18 KB |
Αριθμός Εγκαταστάσεων | 309 |
Τρέχουσα Έκδοση | 1.2.12 |
Τελευταία Ενημέρωση | 2022-10-20 |
Ημερομηνία Δημοσίευσης | 2019-05-28 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | thilak.shankarappa |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Esri AEM Chrome Extension", "description": "This is the custom Switcher for AEM instances.", "version": "1.2.12", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "options_page": "options.html", "background": { "page": "background.html" }, "permissions": [ "activeTab", "storage" ] } |