Ingen beskrivning

terms-of-service.html 5.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  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>Terms of Use — App for Indeed</title>
  7. <meta name="description" content="Terms of Use 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" aria-current="page">Terms of Use</a>
  22. <a href="privacy-policy.html">Privacy Policy</a>
  23. </nav>
  24. </div>
  25. </header>
  26. <main class="legal">
  27. <h1>Terms of Use</h1>
  28. <p class="meta">App for Indeed | Effective date: May 15, 2026</p>
  29. <h2>1. Agreement to terms</h2>
  30. <p>
  31. These Terms of Use govern your use of the App for Indeed macOS application (the “App”). By downloading or using the App, you agree to these Terms. If you do not agree, do not use the App.
  32. </p>
  33. <h2>2. App license</h2>
  34. <p>
  35. Subject to these Terms, you receive a limited, non-exclusive, non-transferable, revocable license to use the App on Apple-branded devices that you own or control, as permitted by the Apple Media Services Terms and Conditions.
  36. </p>
  37. <p>
  38. You may not copy, redistribute, reverse engineer, or create derivative works of the App except where applicable law expressly permits it.
  39. </p>
  40. <h2>3. Service description</h2>
  41. <p>
  42. The App provides productivity tools for Indeed workflows, including AI-assisted job search, saved job listings, career profiles, CV creation from templates, and embedded browsing of Indeed-hosted web pages.
  43. </p>
  44. <p>
  45. The App may also provide optional paid features and usage limits for free access.
  46. </p>
  47. <h2>4. Subscriptions and in-app purchases</h2>
  48. <p>
  49. Certain features require a paid subscription purchased through Apple’s in-app purchase system.
  50. </p>
  51. <ul>
  52. <li>Payment is charged to your Apple ID account at purchase confirmation.</li>
  53. <li>Auto-renewable subscriptions renew unless canceled at least 24 hours before the current period ends.</li>
  54. <li>You can manage or cancel subscriptions in your Apple account settings.</li>
  55. <li>Refunds are processed by Apple according to Apple’s policies.</li>
  56. </ul>
  57. <h2>5. Acceptable use</h2>
  58. <p>
  59. You agree not to misuse the App, attempt unauthorized system access, violate laws, or generate unlawful, infringing, or harmful content through App features.
  60. </p>
  61. <p>
  62. You are solely responsible for any prompts, text, or materials you create, submit, or publish using the App.
  63. </p>
  64. <h2>6. Third-party services</h2>
  65. <p>
  66. The App may display or connect to third-party websites and APIs, including Indeed and AI model providers. Those services operate under their own terms and privacy practices.
  67. </p>
  68. <p>
  69. App for Indeed is independent and is not affiliated with or endorsed by Indeed, Inc.
  70. </p>
  71. <h2>7. Availability and changes</h2>
  72. <p>
  73. We may update, change, suspend, or discontinue features at any time to improve performance, comply with legal requirements, or maintain platform compatibility.
  74. </p>
  75. <h2>8. Disclaimer of warranties</h2>
  76. <p>
  77. The App is provided on an “as is” and “as available” basis, without warranties of any kind, express or implied, including merchantability, fitness for a particular purpose, and non-infringement, to the fullest extent permitted by law.
  78. </p>
  79. <h2>9. Limitation of liability</h2>
  80. <p>
  81. To the fullest extent permitted by law, we are not liable for indirect, incidental, special, consequential, or punitive damages, or for loss of profits, data, or business opportunities resulting from your use of the App.
  82. </p>
  83. <p>
  84. Where liability cannot be excluded, our total liability is limited to the amount you paid for the App’s paid features in the 12 months before the claim, or USD $50, whichever is greater.
  85. </p>
  86. <h2>10. Termination</h2>
  87. <p>
  88. These Terms remain in effect until terminated. Your rights end automatically if you violate these Terms. Upon termination, you must stop using the App.
  89. </p>
  90. <h2>11. Governing law</h2>
  91. <p>
  92. These Terms are governed by applicable laws of your local jurisdiction, without prejudice to mandatory consumer protections that may apply in your region.
  93. </p>
  94. <h2>12. Contact and updates</h2>
  95. <p>
  96. For policy updates and support information, visit our <a href="contact.html">Contact</a> and
  97. <a href="support.html">Support</a> pages.
  98. </p>
  99. <p>
  100. We may revise these Terms from time to time. The effective date at the top of this page indicates the current version.
  101. </p>
  102. </main>
  103. <footer class="page-footer">
  104. <div class="page-footer__inner">
  105. <nav class="footer-nav" aria-label="Footer">
  106. <a href="index.html">Home</a>
  107. <a href="support.html">Support</a>
  108. <a href="contact.html">Contact</a>
  109. <a href="terms-of-service.html" aria-current="page">Terms of Use</a>
  110. <a href="privacy-policy.html">Privacy Policy</a>
  111. </nav>
  112. <p>© 2026 App for Indeed. All rights reserved.</p>
  113. </div>
  114. </footer>
  115. </body>
  116. </html>