-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
53 lines (45 loc) · 3.09 KB
/
Copy pathprivacy.html
File metadata and controls
53 lines (45 loc) · 3.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Group Tabs — Privacy Policy</title>
<style>
:root { color-scheme: light dark; --accent: #1769e0; --muted: #626875; --line: rgba(128,128,128,.25); }
body { max-width: 700px; margin: 0 auto; padding: 48px 22px 72px; font: 16px/1.65 system-ui, sans-serif; }
h1 { margin-bottom: 4px; font-size: 30px; letter-spacing: -.02em; }
h2 { margin-top: 34px; font-size: 18px; }
.updated { margin-top: 0; color: var(--muted); font-size: 14px; }
.summary { margin: 28px 0; padding: 18px 20px; border: 1px solid var(--line); border-radius: 12px; }
code { padding: 2px 5px; border-radius: 5px; background: rgba(128,128,128,.14); }
a { color: var(--accent); }
</style>
</head>
<body>
<h1>Group Tabs privacy policy</h1>
<p class="updated">Last updated: July 17, 2026</p>
<p class="summary"><strong>No Group Tabs server, analytics, or account.</strong> Tab organization runs on your device. Small manual sessions may sync through Chrome Sync; automatic recovery snapshots stay on this device.</p>
<h2>What the extension accesses</h2>
<ul>
<li><strong>Tab titles and URLs</strong> — to group tabs by site or topic and to save sessions.</li>
<li><strong>Tab group metadata</strong> such as names and colors — to save and restore groups.</li>
</ul>
<h2>Where tab organization happens</h2>
<p>Site grouping uses local rules. Topic grouping uses the browser's built-in on-device Prompt API when available. The extension does not send tab titles or URLs to a Group Tabs server, third-party API, or analytics service, and it contains no remote code.</p>
<h2>What is stored</h2>
<ul>
<li><strong>Manual saved sessions:</strong> group names, colors, and tab URLs are stored with <code>chrome.storage.sync</code> when the saved data fits Chrome's sync quota. Larger sessions stay in <code>chrome.storage.local</code> on this device.</li>
<li><strong>Automatic recovery snapshots:</strong> the latest three snapshots stay in <code>chrome.storage.local</code> on this device and are not synced.</li>
<li><strong>Settings:</strong> automation settings stay on this device. Preferred AI topic names may use Chrome Sync.</li>
</ul>
<p>Chrome Sync is a browser service governed by your Chrome account and Google settings. Group Tabs does not operate that service.</p>
<h2>What the developer collects</h2>
<p>Nothing. Group Tabs has no analytics, telemetry, cookies, accounts, advertising, or developer-operated backend.</p>
<h2>Data deletion</h2>
<p>Delete any saved session from the popup; this removes it from whichever extension storage area contains it. Uninstalling removes device-local extension data. Chrome Sync data is also subject to your browser's sync and account controls.</p>
<h2>Changes</h2>
<p>If this policy changes, the updated version will be posted at this URL with a new last-updated date.</p>
<h2>Contact</h2>
<p>Questions: <a href="mailto:pension.quart_7b@icloud.com">pension.quart_7b@icloud.com</a></p>
</body>
</html>