Archives › 2013 › September › 08

Get “mailto” and “webcal” links to work in Chrome with Gmail and Calendar

Chrome’s chrome://settings/handlers does not seem to allow you to allow handlers such as mailto and webcal as it should, so here’s a work-around For mailto: – Make sure you are logged in to Gmail and the active window is your main Gmail page (or nothing will happen). – Copy/paste this into the address bar: javascript:navigator.registerProtocolHandler(“mailto”,”https://mail.google.com/mail/?extsrc=mailto&url=%s“,”Gmail”) – Add […]