Milos Bejda
1 min readSep 24, 2017

LinkedIn Spreadsheets is a Chrome browser extension that extends LinkedIn with spreadsheet functionality. Basically, its an extension that adds spreadsheets to LinkedIn.

The extension helps me keep information on my connections organized and provides me with the autonomy to store information in grid cell manner. I thought to myself that if it is useful to me, it may be useful to others. I decided to push it to Github and publish it on the Chrome web store for free.

I have open sourced the source code under MIT license so anyone can view it, modify it, commercialize it. I have used the Typescript Chrome app seed project as a boilerplate, but I haven’t used much Typescript for the app. If you have any feedback feel free to send me a tweet.

Chrome Webstore

You can download the Chrome extension for free here.

Source Code

The chrome extension source code can be found here. If you want to hack it you can start by modifying the files here:

https://github.com/mbejda/Linkedin-Spreadsheet-Chrome-extension/tree/master/app/scripts.

No responses yet