Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

pkmnct/robinhood-mint-sync-chrome

Repository files navigation

Mint and Robinhood Sync Icon

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

Installation

The extension is offered through the Chrome Web Store:

The extension is available through the Firefox Browser Add-ons website:

How to use the Extension

The extension is very simple to use. Just visit your Mint overview page 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. 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.