How can I create a Gmail addon? I don't find any API to do it.
相关问题
- Gmail IMAP with PHP?
- Error while trying to get access to google.com for
- Email body empty when select to send email by Gmai
- Font-Size in HTML Email via Gmail
- heroku smtplib need to log into browser
相关文章
- Debug HTML Email in Gmail App
- Sending email using php, gmail, and swiftmailer ca
- How to read the Content Type header and convert in
- How to log Gmail in ASP .NET MVC 5 [closed]
- Why is my bulk email being flagged as spam? [close
- Getting e-mail ID of sender while fetching mails f
- SmtpClient in C# using smtp.Gmail.com:857 with Goo
- regex like gmail search operators - PHP preg_match
Gmail finally supports ADD-ONS now in Oct, 2017.
You can read the documentation here - https://developers.google.com/gmail/add-ons/
This Add-Ons will work on Gmail web-app and Android App. iOS support should come soon.
But still you can't publish your Add-Ons yet as mentioned here - https://developers.google.com/gmail/add-ons/how-tos/publish
Support to publish should come soon, however you can still develop and test for that early mover advantage.
However you can use few which are already published - https://gsuite.google.com/marketplace/category/works-with-gmail
Google has recently introduced add-ons for Gmail (probably on Oct, 24 2017). It can be developed with Google Apps Script. Google's documentation says
What Gmail add-ons can do ?
As of now, Google is not allowing to publish new add-ons however they will allow it in future.
How can you publish your own add-on ?
As of now (26th Oct, 2017), they consider it on request basis. If you have a cool idea, fill this form to let them know about it. You will get notified once they accept your listing.
Here is how the add-on interface looks like inside Gmail
You can however add scripted gadgets to the sidebar, or triggered by email content:
http://code.google.com/apis/gmail/