AEM Navigator
Useful for AEM developers for easy navigation.Useful for Touch UI.
Cos'è AEM Navigator?
AEM Navigator è un'estensione di Chrome sviluppata da gargshubham730, e la sua funzione principale è "Useful for AEM developers for easy navigation.Useful for Touch UI.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AEM Navigator
Scarica i file di estensione AEM Navigator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
AEM Navigator is meant for AEM developers to ease them to navigate through various consoles easily and way faster. Read the complete blog here https://howtoaem.blogspot.com/2019/10/aem-navigator-chrome-extension-aem_24.html Features 1. Open page in- Edit Mode Disabled Mode Open Page Properties directly and edit them Open page in CRXDE directly 2. Most used consoles CRXDE Package Manager Welcome Page 3. Assets and Sites Open DAM Open Sites Open Templates 4.Felix console Bundles Configuration Manager AEM Logs 5.Miscellaneous Debug Clienlibs Query Builder Workflows Useradmin Miscadmin Tags
Informazioni di Base sull'Estensione
Nome | AEM Navigator |
ID | fhkechjkbbenaaoghnlmcepoolbfdmca |
URL Ufficiale | https://chromewebstore.google.com/detail/aem-navigator/fhkechjkbbenaaoghnlmcepoolbfdmca |
Descrizione | Useful for AEM developers for easy navigation.Useful for Touch UI. |
Dimensione del File | 88.78 KB |
Conteggio Installazioni | 2,472 |
Versione Corrente | 0.4 |
Ultimo Aggiornamento | 2019-12-23 |
Data di Pubblicazione | 2019-12-23 |
Valutazione | 5.00/5 Totale 9 Valutazioni |
Sviluppatore | gargshubham730 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://howtoaem.blogspot.com/2019/10/aem-navigator-chrome-extension-aem_24.html |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AEM Navigator", "description": "Useful for AEM developers for easy navigation.Useful for Touch UI.", "version": "0.4", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage" ] } |