-
Notifications
You must be signed in to change notification settings - Fork 0
/
privacy-policy.html
113 lines (105 loc) · 3.22 KB
/
privacy-policy.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Privacy Policy - Surf Track</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 0;
padding: 20px;
background-color: #f9f9f9;
color: #333;
}
h1,
h2 {
color: #0a1392;
}
.container {
max-width: 800px;
margin: auto;
background: #fff;
padding: 20px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
p {
margin: 10px 0;
}
ul {
margin: 10px 0;
padding-left: 20px;
}
li {
margin: 5px 0;
}
</style>
</head>
<body>
<div class="container">
<h1>Privacy Policy</h1>
<p><strong>Effective Date:</strong> 8th August 2024</p>
<h2>Introduction</h2>
<p>
Welcome to Surf Track. Your privacy is important to us. This Privacy
Policy explains how we collect, use, and protect your information when
you use our Chrome extension.
</p>
<h2>Information We Collect</h2>
<p>Surf Track collects the following types of information:</p>
<ul>
<li>
<strong>Browsing Data:</strong> We track the amount of time you spend
on different websites. This includes the URLs of the websites you
visit.
</li>
<li>
<strong>Local Storage Data:</strong> All collected data is stored
locally on your device and is not transmitted to any external servers.
</li>
</ul>
<h2>How We Use Your Information</h2>
<p>The information we collect is used for the following purposes:</p>
<ul>
<li>
To provide you with insights into your browsing habits by tracking the
time spent on various websites.
</li>
<li>
To help you manage your online activities by monitoring your screen
time.
</li>
</ul>
<h2>Data Sharing and Disclosure</h2>
<p>
We do not share, sell, or disclose your data to third parties. All data
is stored locally on your device, and you have full control over it.
</p>
<h2>Your Choices</h2>
<p>You have control over the data collected by Surf Track. You can:</p>
<ul>
<li>Clear your browsing data from within the extension's settings.</li>
<li>Uninstall the extension to stop any further data collection.</li>
</ul>
<h2>Security</h2>
<p>
We are committed to protecting your data. We implement security measures
to ensure your data remains safe and secure.
</p>
<h2>Changes to This Policy</h2>
<p>
We may update this Privacy Policy from time to time. We will notify you
of any significant changes by updating the effective date at the top of
this policy.
</p>
<h2>Contact Us</h2>
<p>
If you have any questions or concerns about this Privacy Policy, please
contact us at
<a href="mailto:akshatdubey0808@gmail.com">akshatdubey0808@gmail.com</a
>.
</p>
</div>
</body>
</html>