<%= titles[tab][0] %>
<%= titles[tab][1] %>
Name and e-mail come from your Google account and can't be edited here.
Request data deletion <% } else if (tab === 'plan') { %>
To change or cancel your plan, contact us.
<% } %>History — last 30 days
<% if (usageHistory.length === 0) { %>No AI activity yet. Run an AI action in the extension and it will show up here.
<% } else { %>| Date | AI actions |
|---|---|
| <%= new Date(r.day).toLocaleDateString('en-US', { weekday: 'short', day: 'numeric', month: 'long' }) %> | <%= r.count %> |
This page shows AI usage counts only. Your clipboard history stays on your device unless you sync it — synced items appear under Synced Data. See the Privacy Policy.
Nothing synced yet
Open the extension's Settings → Sync now and your clipboard history, favorites and prompts will appear here.
<% } else { %>Cloud sync is a Pro feature
Keep your clipboard history, favorites and prompts available on every device you use.
Upgrade <% } %>Clipboard history
<%= hist.length %>-
<% hist.slice(0, 500).forEach(function (h) { %>
-
<%= h.type || 'text' %>
<%= h.text %>
<% if (h.pinned) { %>Pinned·<% } %> <%= fmtWhen(h.createdAt) %> <% if (h.sourceUrl && hostOf(h.sourceUrl)) { %>·<%= hostOf(h.sourceUrl) %><% } %>
<% }) %>
Favorites
<%= favs.length %>-
<% favs.slice(0, 300).forEach(function (f) { %>
-
<%= f.type || 'text' %>
<%= f.title || f.text %>
<% if (f.createdAt) { %><%= fmtWhen(f.createdAt) %><% } %>
<% }) %>
Prompts
<%= prompts.length %>-
<% prompts.slice(0, 300).forEach(function (p) { %>
-
<%= p.title || 'Untitled' %> <%= p.folder || 'General' %><% if (p.text) { %>
<%= p.text %>
<% } %>
<% }) %>
Deleting here removes the copy stored on our server. If the item still exists in your extension, the next Sync now may bring it back — delete it in the extension too to remove it everywhere.
<% } %> <% } else { %> <% } %>