( 1) I would like to know if there is an extension or plugin that allows to add a button "Print" or "Send by mail" sheets of a list?
You could add the below to your userlist description. This would display a button that when clicked would show a printable version of the userlist using Joomlas built in print feature. Aside from that no, as we do not have any userlist printing features.
Code:
<button type="button" onclick="location.href='index.php?option=com_comprofiler&view=userslist&searchmode=0&listid=LIST_ID_HERE&tmpl=component&print=1&layout=default&page=';" class="btn btn-default">Print</button>
Replace LIST_ID_HERE with the actual ID of your userlist. The onclick could be changed to open a new window, etc..
(2 ) Also, there -a- til an extension that would allow users to store or archive search results in a list ?
No, not that I am aware.
(3) For forms there is a slide potentiometer style field to choose the low and high limits worth ?
A range field? No.