AEM+
An extension to improve AEM authoring productivity
Τι είναι το AEM+;
Το AEM+ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Chunliang.de, και η κύρια λειτουργία του είναι "An extension to improve AEM authoring productivity".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης AEM+
Λήψη αρχείων επέκτασης AEM+ σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
AEM is cool, but for heavy users, such as developers and testers, the experience is sometimes not perfect. This extension attempts to make up for these shortcomings to increase the speed of development and testing and enhance the user experience: New Features in v1.0.6: ★ Useful Links If the extension detects that you are working a AEM page, it will show useful links in the popup: CRX DE, Assets, XF... ★ Double Click+ If the checkbox was checked, you double click the page title, then the edit mode page will be opened. Current Features: ★ Cloud Server Labeling When you need to use multiple AEM cloud servers at the same time, you will encounter the problem of identifying the project or environment. This extension helps you clearly mark which project it belongs to, whether it is a development environment or a production environment. ★ Double click to open the preview page If you need to preview the page, you have to enter the edit page first. When you double-click the page name, this extension helps you directly open the preview page, saving you valuable time. ★ Recognize and link to JIRA If the page subtitle contains the JIRA ID, this extension will recognize and convert it into a clickable JIRA link. ★ Import and Export Projects & Servers settings Export server settings by project, share your settings with clients or colleagues. ★ Data Security All data is stored in the local system and will not be uploaded to any server. Hope this extension can save you a few minutes every day to have a cup of coffee and keep happy & healthy every day!
Βασικές Πληροφορίες Επέκτασης
Όνομα | AEM+ |
ID | hcofkekjokfgkhnbmaflmfkmbefkfboo |
Επίσημο URL | https://chromewebstore.google.com/detail/aem+/hcofkekjokfgkhnbmaflmfkmbefkfboo |
Περιγραφή | An extension to improve AEM authoring productivity |
Μέγεθος Αρχείου | 1.82 MB |
Αριθμός Εγκαταστάσεων | 177 |
Τρέχουσα Έκδοση | 1.0.6 |
Τελευταία Ενημέρωση | 2021-11-28 |
Ημερομηνία Δημοσίευσης | 2021-11-24 |
Αξιολόγηση | 5.00/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | Chunliang.de |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://chunliang.de/aem/privacy.html |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AEM+", "description": "An extension to improve AEM authoring productivity", "version": "1.0.6", "manifest_version": 3, "background": { "service_worker": "\/scripts\/background.js" }, "permissions": [ "storage", "tabs", "scripting" ], "host_permissions": [ "*:\/\/*\/*" ], "action": { "default_popup": "\/popup\/index.html", "default_icon": { "16": "\/assets\/images\/logo_16.png", "32": "\/assets\/images\/logo_32.png", "48": "\/assets\/images\/logo_48.png", "128": "\/assets\/images\/logo_128.png" } }, "options_page": "\/options\/index.html", "icons": { "16": "\/assets\/images\/logo_16.png", "32": "\/assets\/images\/logo_32.png", "48": "\/assets\/images\/logo_48.png", "128": "\/assets\/images\/logo_128.png" } } |