Hello,
I think Latex support could be added in another settings panel where the dump folder could be specified. At the same time, Greenshot could copy a specified code snippet to the clipboard so the user can paste it into her/his editor of choice!
Eg.
Save directory:
C:\Latex\Report\Figs
filename Format
GS_Fig_[#].PNG
Save Format
PNG or JPG and specify 256 colours if wanted.
Copy Code to Clipboard
\begin{figure}
\includegraphics[width=6in]{[filename]}
\caption {}
\label{l-[filename]}
\end{figure}
Something like that. So components are:
1. A Save folder
2. A FileName format
3. A File format
4. Code to automate to clipboard.