Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
74 changes: 74 additions & 0 deletions privacy.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Privacy Policy – Google Tasks Multirow</title>
<style>
body {
font-family: Arial, sans-serif;
max-width: 800px;
margin: 40px auto;
padding: 0 20px;
line-height: 1.6;
color: #333;
}
h1 {
font-size: 28px;
margin-bottom: 10px;
}
h2 {
font-size: 22px;
margin-top: 30px;
}
p {
margin-bottom: 20px;
}
.updated {
font-style: italic;
color: #666;
margin-bottom: 40px;
}
</style>
</head>
<body>
<h1>Privacy Policy – Google Tasks Multirow</h1>
<p class="updated">Last updated: April 18, 2025</p>

<h2>Overview</h2>
<p>
Google Tasks Multirow is a Chrome extension designed to improve the visual layout and usability of Google Tasks by applying custom styling to task containers and task cards. It enhances the user interface by enabling multirow layouts for task lists without collecting or transmitting any user data.
</p>

<h2>What Data We Collect</h2>
<p>
This extension does <strong>not collect</strong>, store, or transmit any personal or sensitive user data. All operations are performed entirely in your browser and are never sent to any external server.
</p>

<h2>Permissions Explanation</h2>
<p>
This extension requires host permissions for <code>https://tasks.google.com/*</code> to apply layout and style adjustments. These permissions are used <strong>only</strong> to modify the visual structure of the Google Tasks interface. The extension does <strong>not</strong> access the contents of your tasks or any other personal data.
</p>

<h2>Third-Party Services</h2>
<p>
Google Tasks Multirow does <strong>not use</strong> any third-party services, analytics tools, or external APIs.
</p>

<h2>Data Storage</h2>
<p>
No data is stored by the extension, either locally or remotely.
</p>

<h2>Changes to This Policy</h2>
<p>
If there are future updates that involve changes in data access or use, this policy will be updated accordingly and users will be notified via the Chrome Web Store listing.
</p>

<h2>Contact</h2>
<p>
If you have any questions or concerns about this privacy policy, feel free to reach out:<br>
📧 <a href="mailto:ribellye@gmail.com">ribellye@gmail.com</a>
</p>
</body>
</html>