Internet Explorer Addon

avatar

Hello,
I'm new to Remote Desktop Manager community but want to share my first Addon (which is quite simple but very usefull for me)
let's call it : Internet Explorer Addon

Just enter the url you want to browse in the Url Field of the session

Support external and embedded display

Hope you'll like it.

Installation : copy IEAddon.dll in your RDM install folder.

Thanks to devolutions team for this tool.
edited by Pitoo on 2/5/2010

IEAddon.zip

All Comments (2)

avatar

Hi Pitoo,
Thank you for sharing this AddOn. The only thing is that it was already available with the web session type. Have you enhanced the IE integration ? I know that many people want to save their credential but it was not supported yet.

David Hervieux
Devolutions inc.

David Hervieux

avatar

huhu, I have missed this session type :)
At least it give me some experience on addon programming

for the credentials maybe you can just add login / password box and parse the url to add http(or https)://login:pass@url on the fly

if you want to auto login on form based authentication then you have to make some DOM manipulation and find login / password and submit elements in the rendered webpage (hard to make it generic)
(maybe 3 more fields : loginElementID, passwordElementID, submitElementID) ...

Thank you again for your software