Sen descrición

privacy-policy.html 4.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  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 macOS 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">Ai</span>
  15. App for Indeed
  16. </a>
  17. <nav class="site-nav" aria-label="Main">
  18. <a href="index.html">Home</a>
  19. <a href="support.html">Support</a>
  20. <a href="contact.html">Contact</a>
  21. <a href="terms-of-service.html">Terms of Use</a>
  22. <a href="privacy-policy.html" aria-current="page">Privacy Policy</a>
  23. </nav>
  24. </div>
  25. </header>
  26. <main class="legal">
  27. <h1>Privacy Policy</h1>
  28. <p class="meta">App for Indeed | Effective date: May 15, 2026</p>
  29. <h2>1. Overview</h2>
  30. <p>
  31. This Privacy Policy explains how App for Indeed handles information when you use the app on macOS.
  32. </p>
  33. <p>
  34. Our design goal is to minimize data collection and keep user control clear.
  35. </p>
  36. <h2>2. Information processed by the app</h2>
  37. <p>
  38. The app can process data that you provide directly through app features, such as:
  39. </p>
  40. <ul>
  41. <li>Text prompts and writing inputs you enter for AI-assisted job search, CV creation, and related generation.</li>
  42. <li>Career profile details you save in the app (for example, name, contact information, and résumé-style content).</li>
  43. <li>Saved job listings, generated drafts, and in-app preferences stored for your usage experience.</li>
  44. <li>Navigation actions related to Indeed and other third-party websites opened inside the app.</li>
  45. </ul>
  46. <h2>3. Purchases and subscription data</h2>
  47. <p>
  48. Payments and subscription management are handled by Apple through StoreKit and your Apple ID account.
  49. </p>
  50. <p>
  51. We do not receive your full payment card details.
  52. </p>
  53. <h2>4. Third-party processing</h2>
  54. <p>
  55. Some app features rely on external providers to function:
  56. </p>
  57. <ul>
  58. <li>Indeed website content is controlled by Indeed and governed by Indeed’s own policies.</li>
  59. <li>AI text-generation and structured job-search requests are processed by an external AI provider to return generated output.</li>
  60. </ul>
  61. <p>
  62. <strong>Important:</strong> Avoid entering confidential, regulated, or highly sensitive business information into AI generation fields unless your organization permits this usage.
  63. </p>
  64. <h2>5. Data sharing</h2>
  65. <p>
  66. We do not sell personal information. Information may be shared only when necessary to:
  67. </p>
  68. <ul>
  69. <li>provide core app functionality through service providers,</li>
  70. <li>process payments and subscriptions via Apple, or</li>
  71. <li>comply with applicable legal obligations.</li>
  72. </ul>
  73. <h2>6. Data retention</h2>
  74. <p>
  75. App preferences, saved profiles, saved jobs, and certain generated content may remain on your device until deleted by you, the app, or uninstall actions.
  76. </p>
  77. <p>
  78. Third-party providers may retain information according to their own retention policies.
  79. </p>
  80. <h2>7. Security</h2>
  81. <p>
  82. We use reasonable measures intended to protect information handled by the app. No system can guarantee absolute security, and internet-connected services involve inherent risk.
  83. </p>
  84. <h2>8. Children’s privacy</h2>
  85. <p>
  86. The app is not directed to children under 13, and we do not knowingly collect personal information directly from children.
  87. </p>
  88. <h2>9. Your choices</h2>
  89. <p>
  90. You can control your use of app features, remove app data locally, and uninstall the app at any time. You can manage subscription status in Apple account settings.
  91. </p>
  92. <h2>10. Changes to this policy</h2>
  93. <p>
  94. We may update this Privacy Policy. The effective date shown above will be updated when significant changes are published.
  95. </p>
  96. <h2>11. Contact and support</h2>
  97. <p>
  98. For support or privacy inquiries, visit our <a href="contact.html">Contact</a> page or
  99. <a href="support.html">Support</a> page.
  100. </p>
  101. <p>
  102. App for Indeed is independent and is not affiliated with or endorsed by Indeed, Inc.
  103. </p>
  104. </main>
  105. <footer class="page-footer">
  106. <div class="page-footer__inner">
  107. <nav class="footer-nav" aria-label="Footer">
  108. <a href="index.html">Home</a>
  109. <a href="support.html">Support</a>
  110. <a href="contact.html">Contact</a>
  111. <a href="terms-of-service.html">Terms of Use</a>
  112. <a href="privacy-policy.html" aria-current="page">Privacy Policy</a>
  113. </nav>
  114. <p>© 2026 App for Indeed. All rights reserved.</p>
  115. </div>
  116. </footer>
  117. </body>
  118. </html>