Famlam / mailto-chromeextension

A Chrome, Opera and Safari extension that handles mailto: links
Other
41 stars 6 forks source link

Help getting this to work with Inbox by Gmail? #61

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'm using the latest Chrome for Mac OSX Yosemite and was wondering if anyone 
could help me to make this work with Inbox by Gmail? I looked for a way to 
compose a new message in a separate URL, but no luck. 

Thanks!

Original issue reported on code.google.com by maxwell....@gmail.com on 11 Feb 2015 at 1:11

GoogleCodeExporter commented 9 years ago
I'm not really sure what you mean. Do you want to compose an empty message, or 
do you want to be able to click on links on web pages that fill in some data of 
your new message?

Original comment by fam....@live.nl on 11 Feb 2015 at 11:30

jamescridland commented 9 years ago

"Inbox by Google" is an alternative web-based mail service from Google.

It doesn't appear to have a URL to allow a compose of a new post, like Gmail does. So, until it has one, the only way to send a message is to use Gmail - it'll still appear in your sent items and it'll close the window after you're done.

johnypony3 commented 8 years ago

I would love this functionality. I am not entirely sure that the devs of this extension can make this change.

mica commented 8 years ago

See: http://webapps.stackexchange.com/questions/86612/how-do-i-get-google-inbox-to-ask-me-to-be-a-mailto-handler

guillaumewuip commented 8 years ago

You can use this extension with this custom URL : https://inbox.google.com/?to={to}&cc={cc}&bcc={bcc}&subject={subject}&body={body} See PR #74 :)