Hacker News new | ask | show | jobs
by ttruong 4045 days ago
We rebuilt the Gmail integration portion of our Screenleap extension using InboxSDK and reduced the size of our implementation from a bunch of files to 120 lines of code (the InboxSDK integration portion is only 10 lines). Would've saved a month of work if this was available the first time around!

Besides not having to keep up with breaking changes in Gmail, another really nice benefit of using InboxSDK is that you don't have to keep updating your extension to make sure that it plays nice with other extensions. This was an unexpected and on-going source of development work for us previously.

Looking forward to the Google Calendar integration :)