The best way of grabbing the Guid is to create a bookmark with this javascript:
javascript: if (window.prompt("CRM Record GUID is :", $("iframe").filter(function () { return ($(this).css('visibility') == 'visible') })[0].contentWindow.Xrm.Page.data.entity.getId().slice(1, -1))) { }
Then click the bookmark