Sebastian
Sebastian

Reputation: 1

Making Gmail Addon Accessible Without Clicking on Email

I have been trying to develop a Gmail Addon with Google Appsscript. Just like the calendar, I want my addon to be accessible without clicking on an email. To clarify, as soon as gmail opens, I want the addon to be visible. Is this possible?

Thanks, Sebastian

Upvotes: 0

Views: 499

Answers (1)

Glen Little
Glen Little

Reputation: 7128

Not currently possible. Non-google Add-ons only show for an open email.

When the user opens a Gmail message that meets the trigger criteria* the trigger fires [and the Add-on runs].

*Currently, the only contextual trigger type available is unconditional, which triggers for all emails regardless of content. (src)

Upvotes: 3

Related Questions