AEM Chrome Plug-In - Adaptive Forms
AEM Chrome Plug-in - Log Tracer is a tool that monitors AEM log files in real-time and updates them in your browser's dev tools panel.
Log Tracer surfaces per-request server side data quickly and conveniently into your browser's dev tools panel.
The Log Tracer tab displays a log from the currently active request in your AEM instance, and provides insights about it. This includes requests and queries by request ID, package, and level. You can see if the requests are executed, what packages are being requested, what parameters are being passed, etc. You can click on a row to see the full request, including the headers and query string.
AEM Chrome Plug-in - Adaptive Forms is a developer tool that allows you to explore and customize AEM forms.
In order to use Adaptive Forms, you need to be running with a fully-featured AEM Forms Feature Pack.
You can customize the forms, add different widgets and components, add your own CSS and JavaScript to create custom forms.
The developer tools window displays a log file from the currently active request, so you can see all the parameters and HTML. You can access and view the code of the form and its components by clicking the code icon in the panel. You can also write the JavaScript and customize the form's components, and use the custom components in the forms.