-
This browser extension is not affiliated with Portfolio Performance or any of its supported brokers.
-
This browser extension is currently unstable and supports only Scalable Capital with these transaction types:
| Category | Transaction Types |
|---|---|
| Security | Buy, Sell |
| Non-Trade Security | Transfer (Inbound/Outbound), Swap (Inbound/Outbound) |
| Cash | Deposit, Dividend, Fees, Interest, Removal, Taxes |
- Chrome: https://chromewebstore.google.com/detail/portfolio-performance-syn/hcjficenfcaankcojdbolipbfmimpofh
- Firefox: https://addons.mozilla.org/firefox/addon/portfolio-performance-sync
git clone https://github.com/sebastianstucke87/portfolio-performance-sync.git
cd portfolio-performance-sync
npm install
npm run build- In Chrome, open
chrome://extensions - Click
Load unpacked - Select folder
(...)\portfolio-performance-sync\dist\chrome
- In Firefox, open
about:debugging#/runtime/this-firefox - Click
Load Temporary Add-on... - Open
(...)\portfolio-performance-sync\dist\firefox\manifest.json - (Optional) Pin extension to toolbar
- Login to scalable.capital/cockpit
- Click the browser badge to download the CSV:
- Open
Portfolio Performance(may take a little while) - Create a new file (!) and finish the setup
File->Import->CSV files (...)and open the CSV- The presented CSV Import settings are already correct:
- (Optional) When the market values are incorrect, download historical prices.
- (Optional) Delete CSV from download directory
- This browser extension can read browser sessions and intercept web requests to
https://scalable.capital. - All intercepted data is processed locally.
- No data in any form is sent to other recipients (e.g. via Fetch API or XMLHttpRequest API).
- The resulting CSV is in plaintext and downloaded to the download directory.
- 3rd party dependencies are kept to an absolute minimum (see package.json).
- Report any suspicious side effects immediately.
- Any representation of this extension outside of
github.com,chrome.google.comoraddons.mozilla.orgunder the namespacesebastianstucke87is fraudulent by definition and must be reported immediately. - This extension is not for sale.
- Tests:
$ npm run tests - Icon color scheme: https://github.com/portfolio-performance/portfolio/blob/master/CONTRIBUTING.md#color-code-reference


