Нет описания

privacy.html 5.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <title>Privacy Policy — App for Indeed</title>
  7. <meta name="description" content="Privacy Policy for App for Indeed, a native Mac job-search companion app.">
  8. <link rel="stylesheet" href="styles.css">
  9. </head>
  10. <body>
  11. <header class="site-header">
  12. <div class="site-header__inner">
  13. <a class="brand" href="index.html">
  14. <span class="brand__mark" aria-hidden="true">✦</span>
  15. App for Indeed
  16. </a>
  17. <nav class="site-nav" aria-label="Primary">
  18. <a href="index.html">Home</a>
  19. <a href="privacy.html" aria-current="page">Privacy Policy</a>
  20. <a href="terms.html">Terms of Service</a>
  21. </nav>
  22. </div>
  23. </header>
  24. <main class="legal">
  25. <h1>Privacy Policy</h1>
  26. <p class="meta">Effective date: May 15, 2026</p>
  27. <p>
  28. This Privacy Policy describes how <strong>App for Indeed</strong> (“the App,” “we,” “us”) handles information when you use our native macOS application. By using the App, you agree to the practices described here.
  29. </p>
  30. <h2>Who we are</h2>
  31. <p>
  32. App for Indeed is published by the developer identified on the Mac App Store product page. The App is an independent tool and is not affiliated with Indeed.com or Indeed, Inc.
  33. </p>
  34. <h2>Information stored on your Mac</h2>
  35. <p>Most data you enter stays on your device, including:</p>
  36. <ul>
  37. <li>Career profiles (work history, skills, contact details, and related fields you provide)</li>
  38. <li>Saved job listings and chat session content shown in the App</li>
  39. <li>App preferences and usage counters used for features such as rating prompts</li>
  40. </ul>
  41. <p>
  42. This information is stored locally (for example, in app sandbox storage or standard macOS user defaults) and is not transmitted to our servers because the App does not operate a separate user account backend.
  43. </p>
  44. <h2>Information sent to third parties</h2>
  45. <p>When you use certain features, data may be sent to services outside the App:</p>
  46. <ul>
  47. <li>
  48. <strong>OpenAI</strong> — Job-search assistance sends your search prompts and related context to OpenAI’s API so the model can return listings and conversational replies. OpenAI’s use of that data is governed by
  49. <a href="https://openai.com/policies/privacy-policy" rel="noopener noreferrer">OpenAI’s Privacy Policy</a>.
  50. </li>
  51. <li>
  52. <strong>Indeed.com</strong> — When you browse or apply to jobs, the embedded web view loads pages hosted by Indeed. Indeed’s collection and use of data is governed by
  53. <a href="https://www.indeed.com/legal" rel="noopener noreferrer">Indeed’s policies</a>.
  54. </li>
  55. <li>
  56. <strong>Apple</strong> — Subscriptions, restores, and receipts are processed by Apple through StoreKit. Payment and account details are handled under
  57. <a href="https://www.apple.com/legal/privacy/" rel="noopener noreferrer">Apple’s Privacy Policy</a>.
  58. </li>
  59. </ul>
  60. <h2>What we do not collect</h2>
  61. <p>
  62. We do not require you to create an App-specific account. We do not intentionally collect government ID numbers, payment card numbers, or health information through the App. Apple processes subscription payments; we do not receive your full payment credentials.
  63. </p>
  64. <h2>How we use information</h2>
  65. <p>We use information only to:</p>
  66. <ul>
  67. <li>Provide job search, saved jobs, profiles, CV generation, and browsing features</li>
  68. <li>Validate subscriptions and unlock Pro features</li>
  69. <li>Improve reliability and fix defects</li>
  70. </ul>
  71. <p>We do not sell your personal information.</p>
  72. <h2>Retention</h2>
  73. <p>
  74. Data stored on your Mac remains until you delete it within the App, remove the App, or erase the App’s data from your system. Information processed by OpenAI, Indeed, or Apple is retained according to their respective policies.
  75. </p>
  76. <h2>Security</h2>
  77. <p>
  78. We design the App to keep sensitive material on your device where possible. No method of transmission or storage is completely secure; you use the App at your own risk and should protect your Mac with a strong login password and current system updates.
  79. </p>
  80. <h2>Children</h2>
  81. <p>
  82. The App is not directed to children under 13 (or the minimum age required in your jurisdiction). We do not knowingly collect personal information from children.
  83. </p>
  84. <h2>Your choices</h2>
  85. <ul>
  86. <li>Delete profiles, saved jobs, or chat history inside the App</li>
  87. <li>Uninstall the App to remove locally stored data</li>
  88. <li>Manage subscriptions in System Settings or at <a href="https://apps.apple.com/account/subscriptions">Apple’s subscription page</a></li>
  89. </ul>
  90. <h2>International users</h2>
  91. <p>
  92. If you use the App outside your home country, your information may be processed in the United States or other countries where our service providers operate.
  93. </p>
  94. <h2>Changes</h2>
  95. <p>
  96. We may update this Privacy Policy from time to time. The “Effective date” at the top will change when we do. Continued use of the App after an update means you accept the revised policy.
  97. </p>
  98. <h2>Contact</h2>
  99. <p>
  100. For privacy questions, contact the developer using the support link on the App’s Mac App Store listing or the in-app Support option when available.
  101. </p>
  102. </main>
  103. <footer class="page-footer">
  104. <div class="page-footer__inner">
  105. <p>© 2026 App for Indeed. All rights reserved.</p>
  106. <nav aria-label="Footer">
  107. <a href="privacy.html">Privacy</a>
  108. <a href="terms.html">Terms</a>
  109. <a href="index.html">Home</a>
  110. </nav>
  111. </div>
  112. </footer>
  113. </body>
  114. </html>