-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathprivacy-policy.html
More file actions
64 lines (63 loc) · 4.4 KB
/
privacy-policy.html
File metadata and controls
64 lines (63 loc) · 4.4 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Privacy Policy - Random Password Generator</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.4.1/dist/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
</head>
<body>
<div class="container">
<h1>Privacy Policy</h1>
<h2>Privacy Policy for Random Password Generator Chrome Extension</h2>
<p><strong>Effective Date:</strong> February, 2025</p>
<p>Thank you for using the Random Password Generator Chrome Extension (the "Extension"). This Privacy Policy explains how we handle your information when you use the Extension. By using the Extension, you agree to the terms outlined in this policy.</p>
<hr />
<h3>1. Data Collection</h3>
<p>Our developer has explicitly informed us that the Extension does not collect, store, or process any personal data or usage information. All operations performed by the Extension, including the generation of random passwords, are executed locally on your device without transmitting any data to external servers.</p>
<hr />
<h3>2. Data Usage</h3>
<p>Since no data is collected:</p>
<ul>
<li><strong>No Personal Data is Used:</strong> The Extension’s functionality is solely to generate random passwords and does not involve data processing beyond that.</li>
<li><strong>Limited Functionality:</strong> The Extension is designed to perform its primary function without tracking or profiling users.</li>
</ul>
<hr />
<h3>3. Data Sharing</h3>
<p>We maintain a strict policy regarding your data:</p>
<ul>
<li><strong>No Third-Party Sales or Transfers:</strong> Your data is not sold, shared, or transferred to any third parties, except in cases authorized by law.</li>
<li><strong>Authorized Disclosures:</strong> In the rare event that disclosure is required by legal obligations (such as a court order), only the necessary information would be disclosed. However, as no data is collected by the Extension, this scenario does not apply.</li>
</ul>
<hr />
<h3>4. Data Security</h3>
<p>While the Extension does not collect or store any information, we recommend:</p>
<ul>
<li><strong>Device Security:</strong> Keeping your device secure with updated software and antivirus protection.</li>
<li><strong>Best Practices:</strong> Following industry-standard security practices to safeguard your personal information.</li>
</ul>
<hr />
<h3>5. No Use for Credit Assessment or Lending Purposes</h3>
<p>We want to assure you that:</p>
<ul>
<li><strong>No Credit or Lending Use:</strong> Any data that might hypothetically be processed is not used or shared for credit assessments, lending decisions, or any similar financial evaluations.</li>
</ul>
<hr />
<h3>6. Changes to This Privacy Policy</h3>
<p>We may update this Privacy Policy from time to time to reflect changes in our practices or legal requirements. When such changes occur:</p>
<ul>
<li><strong>Notification:</strong> We will update the effective date at the top of this policy.</li>
<li><strong>Continued Use:</strong> Your continued use of the Extension after any modifications constitutes your acceptance of the updated Privacy Policy.</li>
</ul>
<hr />
<h3>7. Contact Us</h3>
<p>If you have any questions or concerns regarding this Privacy Policy or our practices, please feel free to contact us via email: podlom@gmail.com</p>
<hr />
<p>By using the Random Password Generator Chrome Extension, you acknowledge that you have read and understood this Privacy Policy and agree to its terms.</p>
<p>Shkodenko V. Taras</p>
</div>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.4.1/dist/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
</body>
</html>