diff --git a/README.md b/README.md index 2af9e91..6a16db5 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,26 @@ Mint and Robinhood Sync Icon -# Robinhood Mint Sync for Chrome +# Robinhood Mint Sync -A Chrome 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. +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 -#### General Use - The extension is offered through the [Chrome Web Store](https://chrome.google.com/webstore/detail/robinhood-mint-integratio/mogflmdandlpjobbddhopcggkjoggpdo): [Available in the Chrome Web Store](https://chrome.google.com/webstore/detail/robinhood-mint-integratio/mogflmdandlpjobbddhopcggkjoggpdo) -#### Developer Use +## 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. @@ -24,11 +30,3 @@ You can also run a local version of the extension for development. 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. - -## 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. diff --git a/docs/changelog.html b/docs/changelog.html index 720ec8b..82e887d 100644 --- a/docs/changelog.html +++ b/docs/changelog.html @@ -1,7 +1,7 @@ - Robinhood Mint Sync for Chrome - Changelog + Robinhood Mint Sync - Changelog @@ -14,7 +14,7 @@ @@ -34,7 +34,7 @@

Changelog

What's new in this release

-

Accessibility improvements

+

Fixed some issues that could cause sync to fail. Add support for Firefox. Add a button to manually perform initial setup.

@@ -44,6 +44,19 @@

What's new in this release

Version History

+
+

Version 3.4.0

+

Bug Fixes

+ +

New Features

+ +

Version 3.3.1

Bug Fixes

diff --git a/docs/index.html b/docs/index.html index 4c2cf0e..ad8f23c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,7 +1,7 @@ - Robinhood Mint Sync for Chrome + Robinhood Mint Sync @@ -14,7 +14,7 @@

- Enables logging and disables closing of Robinhood/Mint extension windows for debugging purposes. To see the logs, enable developer mode in Chrome - and inspect the background page of the extension. + Enables logging and disables closing of Robinhood/Mint extension windows for debugging purposes. To see the logs, inspect the background page of the + extension.

diff --git a/public/html/welcome.html b/public/html/welcome.html index 7befd9e..7830164 100644 --- a/public/html/welcome.html +++ b/public/html/welcome.html @@ -1,7 +1,7 @@ - Robinhood Mint Sync for Chrome - Welcome + Robinhood Mint Sync - Welcome @@ -14,7 +14,7 @@ @@ -146,16 +146,12 @@

Reporting a Problem