File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 22
33** Note:** This is not an official Gmail API, and isn't affiliated with Google.
44
5- ### TL;DR Information
5+ ### TL;DR Summary
66
7- - Lots of api methods to work with gmail
7+ - Lots of api methods to work with gmail. Useful for chrome extensions
88- Most of them dont take arguments, they work on what is currently visible on the screen
99- I still need to add implementation for chrome extension, works by injecting js for now
10- - Main method is ** ` gmail.observe.on('lots_of_actions_here', yourFunction()) ` **
11- - Click on a summary method link to view more detailed docs
10+ - Main method is ** ` gmail.observe.on('lots_of_actions_here', callback()) ` **
11+ - Click on a method link to view more detailed docs
12+ - Create an issue/pull request for feedback, requests and fixes
1213
1314
1415## Setup
You can’t perform that action at this time.
0 commit comments