This is done using the PowerShell script in the tools \ install.ps1 package. Download the Glimpse package package , extract the archive, find the tools \ install.ps1 file.
Below you will find the following script that performs navigation:
$DTE.ItemOperations.Navigate("http://getglimpse.com/Version/Install/?" + $package.Id + "=" + $package.Version)
source share