-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (36 loc) · 1.78 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Degiro Statistics</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container">
<h1>Degiro Statistics</h1>
<p>
Thank you for downloading our extension! You may find FAQ here.
</p>
<h2>How does it work?</h2>
<p>
Degiro is a great broker, but it may be difficult to access some important information about your portfolio, such as original invested amount, percentage portfolio change, etc.
</p>
<p>
This is where <strong>Degiro Statistics</strong> comes into action. Once you access the Portfolio section of your Degiro account it automatically calculates some interesting statistics about your portfolio and renders them into a table. This
way you can have a better overview of your assets.
</p>
<h2>How do I know my data is safe?</h2>
<p>
All calculations are done locally in your browser. The extension does <b>not</b> communicate with any server in any way. This means that there is no way for us to compromise your data since it never leaves your device.
</p>
<p>
You can check this by looking at the source code <a href="https://github.com/szymsza/degiro-statistics">on GitHub</a>. Furthermore, you can even <a href="https://gist.github.com/paulirish/78d6c1406c901be02c2d">look at the source code</a> of the
extension installed in your browser to verify that the source code is same as the one on GitHub.
</p>
<h2>How can I contribute?</h2>
<p>
If you would like to submit new features or fix existing bugs, you are welcome to follow the Contribution Guide in the <a href="https://github.com/szymsza/degiro-statistics/blob/main/README.md">repository README</a>.
</p>
</div>
</body>
</html>