https://github.com/pkmnct/robinhood-mint-sync-chrome
A browser extension that allows you to sync Robinhood and Mint
https://github.com/pkmnct/robinhood-mint-sync-chrome
chrome chrome-extension chromium-extension edge-extension mint robinhood sync
Last synced: 21 days ago
JSON representation
A browser extension that allows you to sync Robinhood and Mint
- Host: GitHub
- URL: https://github.com/pkmnct/robinhood-mint-sync-chrome
- Owner: pkmnct
- License: mit
- Created: 2018-09-16T03:23:28.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2022-12-13T23:09:31.000Z (over 3 years ago)
- Last Synced: 2023-02-26T20:42:55.425Z (over 3 years ago)
- Topics: chrome, chrome-extension, chromium-extension, edge-extension, mint, robinhood, sync
- Language: HTML
- Homepage: https://pkmnct.github.io/robinhood-mint-sync-chrome/
- Size: 1.64 MB
- Stars: 54
- Watchers: 4
- Forks: 7
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README

# Robinhood Mint Sync
A browser extension that allows you to automatically sync your Robinhood portfolio balance with your Mint account. It will add the balance as a _collectible_ in Mint.
[View the project site](https://pkmnct.github.io/robinhood-mint-sync-chrome/)
## Installation
The extension is offered through the [Chrome Web Store](https://chrome.google.com/webstore/detail/robinhood-mint-integratio/mogflmdandlpjobbddhopcggkjoggpdo):
[
](https://chrome.google.com/webstore/detail/robinhood-mint-integratio/mogflmdandlpjobbddhopcggkjoggpdo)
The extension is available through the [Firefox Browser Add-ons website](https://addons.mozilla.org/en-US/firefox/addon/robinhood-mint-sync/):
[
](https://addons.mozilla.org/en-US/firefox/addon/robinhood-mint-sync/)
## How to use the Extension
The extension is very simple to use. Just visit your [Mint overview page](https://mint.intuit.com/overview.event) to automatically initiate a sync. If you have not performed a sync before, you will be directed to set up the item in Mint to track your Robinhood portfolio to.
## Note on Mint's native Robinhood support
Mint previously introduced native support for Robinhood shortly after this extension was released, however [Mint is reporting that Robinhood is blocking their app](https://help.mint.com/Featured-Questions/2090847861/Known-Issue-Robinhood-Error-102-105-155.htm). While the extension had previously been deprecated, it is now back under active development. This extension will add the Robinhood balance as _collectibles_ in Mint. If you had previously added your account natively, you should mark the account as inactive to prevent duplication of balances.
#### Developer Use (Chrome)
You can also run a local version of the extension for development.
1. Download or clone the repository.
2. Install dependencies: `npm i` in the repository.
3. Build the files: `npm run watch` in the repository.
4. Open the Chrome Extensions Page (Chrome Menu > More Tools > Extensions).
5. Turn on the Developer Mode switch on the top-right of the page.
6. Choose the _Load unpacked_ button and navigate to the `dist/extension` folder of the repository.