Політика приватності для WePLM — JIRA Ticket Creator
WePLM — JIRA Ticket Creator автор Karton Lenin
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Privacy Policy — WePLM JIRA Ticket Creator</title>
<style>
body {
font-family: "Segoe UI", Roboto, Arial, sans-serif;
max-width: 720px;
margin: 40px auto;
padding: 0 20px;
color: #333;
line-height: 1.7;
}
h1 { color: #0A1A6E; font-size: 24px; }
h2 { color: #005685; font-size: 18px; margin-top: 28px; }
.updated { color: #888; font-size: 13px; }
ul { padding-left: 20px; }
li { margin-bottom: 6px; }
.contact { background: #f5f5f5; padding: 16px; border-radius: 8px; margin-top: 24px; }
</style>
</head>
<body>
<h1>Privacy Policy</h1>
<p><strong>WePLM — JIRA Ticket Creator</strong> Browser Extension</p>
<p class="updated">Last updated: April 2026</p><h2>1. What Data We Collect</h2>
<p>The extension collects and stores the following data locally in your browser:</p>
<ul>
<li><strong>JIRA connection credentials</strong> — Your JIRA instance URL, email address, and API token</li>
<li><strong>Screenshots</strong> — Images captured from your browser tab</li>
<li><strong>Video recordings</strong> — Screen recordings made via the browser's display capture API</li>
<li><strong>License key</strong> — Your product activation key</li>
<li><strong>Preferences</strong> — Last used project, ticket type, and panel state</li>
</ul>
<h2>2. How Data Is Stored</h2>
<p>All data is stored <strong>locally in your browser</strong> using the browser's built-in extension storage APIs (<code>chrome.storage.sync</code> and <code>chrome.storage.local</code>). No data is stored on WePLM servers.</p>
<h2>3. Data Transmission</h2>
<p>The extension transmits data <strong>only to your own JIRA instance</strong> (the Atlassian URL you configure). This includes:</p>
<ul>
<li>Ticket creation requests (summary, description, project, issue type)</li>
<li>File attachments (screenshots and video recordings)</li>
<li>API calls to fetch projects, issue types, and ticket statuses</li>
</ul>
<p><strong>We do not:</strong></p>
<ul>
<li>Send any data to WePLM servers</li>
<li>Use analytics or tracking services</li>
<li>Share or sell your data to third parties</li>
<li>Collect browsing history or page content beyond explicit screenshots</li>
</ul>
<h2>4. Permissions Explained</h2>
<ul>
<li><strong>activeTab</strong> — Capture the currently active tab as a screenshot</li>
<li><strong>storage</strong> — Save your settings and credentials locally</li>
<li><strong>contextMenus</strong> — Provide right-click "Capture & Create" option</li>
<li><strong>scripting</strong> — Inject the side panel into web pages</li>
<li><strong>host_permissions (*.atlassian.net)</strong> — Communicate with your JIRA instance</li>
</ul>
<h2>5. Data Retention</h2>
<p>Data is retained locally until you:</p>
<ul>
<li>Uninstall the extension (all data is removed)</li>
<li>Clear the extension's storage via browser settings</li>
<li>Close the side panel (captured screenshots and videos are cleared)</li>
</ul>
<h2>6. Your Control</h2>
<p>You have full control over your data. You can:</p>
<ul>
<li>View and change your JIRA credentials in the extension settings</li>
<li>Remove all data by uninstalling the extension</li>
<li>Deactivate your license key at any time</li>
</ul>
<h2>7. Children's Privacy</h2>
<p>This extension is not directed at children under 13. We do not knowingly collect data from children.</p>
<h2>8. Changes to This Policy</h2>
<p>We may update this privacy policy from time to time. Changes will be reflected in the "Last updated" date above.</p>
<div class="contact">
<h2 style="margin-top:0;">9. Contact</h2>
<p>If you have questions about this privacy policy, contact us at:</p>
<p><strong>WePLM</strong><br />
Email: support@weplm.com</p>
</div>
</body>
</html>