Без опису

support.html 4.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  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>Support — App for Indeed</title>
  7. <meta name="description" content="Get help with App for Indeed on macOS—subscriptions, features, troubleshooting, and contact options.">
  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" aria-current="page">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">Privacy Policy</a>
  23. </nav>
  24. </div>
  25. </header>
  26. <main class="legal">
  27. <h1>Support</h1>
  28. <p class="meta">App for Indeed for macOS</p>
  29. <h2>Getting help</h2>
  30. <p>
  31. If you need assistance with the app, start with the topics below. For account-specific issues,
  32. billing questions, or bug reports, visit our <a href="contact.html">Contact</a> page.
  33. </p>
  34. <h2>Subscriptions and billing</h2>
  35. <p>
  36. Premium plans are purchased and renewed through your Apple ID using Apple’s in-app purchase system.
  37. To view, change, or cancel a subscription:
  38. </p>
  39. <ul>
  40. <li>Open <strong>System Settings → Apple ID → Subscriptions</strong> on your Mac.</li>
  41. <li>Select <strong>App for Indeed</strong> and choose the option you need.</li>
  42. <li>Refunds are handled by Apple according to Apple’s policies—not directly by the app developer.</li>
  43. </ul>
  44. <p>
  45. See also our <a href="terms-of-service.html">Terms of Use</a> for subscription terms.
  46. </p>
  47. <h2>Common questions</h2>
  48. <h3>Is this app affiliated with Indeed?</h3>
  49. <p>
  50. No. App for Indeed is an independent productivity tool. It helps you browse Indeed and organize your
  51. job search, but it is not affiliated with or endorsed by Indeed, Inc.
  52. </p>
  53. <h3>How does AI job search work?</h3>
  54. <p>
  55. On the Home screen, enter a prompt or use Role, Company, or Skill shortcuts. The app sends your request
  56. to an AI provider and returns concise job summaries you can save or open in the embedded Indeed browser.
  57. </p>
  58. <h3>Where is my data stored?</h3>
  59. <p>
  60. Saved profiles, jobs, and preferences are stored on your Mac. See our
  61. <a href="privacy-policy.html">Privacy Policy</a> for details on what the app processes and how third-party
  62. services are used.
  63. </p>
  64. <h3>CV Maker templates</h3>
  65. <p>
  66. Browse templates in CV Maker, connect a template to a saved profile, and preview or export your résumé.
  67. If a template fails to load, check your internet connection and try again.
  68. </p>
  69. <h3>Embedded Indeed browser</h3>
  70. <p>
  71. Job pages and application flows open inside the app. Use the browser toolbar to go back, forward, or reload.
  72. Some Indeed pages may behave differently than in a standalone browser because they are embedded in the app.
  73. </p>
  74. <h2>Troubleshooting</h2>
  75. <ul>
  76. <li><strong>App won’t launch or feels stuck:</strong> Quit the app completely and reopen it. Restart your Mac if needed.</li>
  77. <li><strong>Subscription not unlocking features:</strong> Confirm the purchase in Apple ID Subscriptions, then relaunch the app.</li>
  78. <li><strong>Indeed pages not loading:</strong> Check your network connection and try reloading the embedded browser.</li>
  79. <li><strong>AI search errors:</strong> Verify connectivity and try a shorter, clearer prompt.</li>
  80. </ul>
  81. </main>
  82. <footer class="page-footer">
  83. <div class="page-footer__inner">
  84. <nav class="footer-nav" aria-label="Footer">
  85. <a href="index.html">Home</a>
  86. <a href="support.html" aria-current="page">Support</a>
  87. <a href="contact.html">Contact</a>
  88. <a href="terms-of-service.html">Terms of Use</a>
  89. <a href="privacy-policy.html">Privacy Policy</a>
  90. </nav>
  91. <p>© 2026 App for Indeed. All rights reserved.</p>
  92. </div>
  93. </footer>
  94. </body>
  95. </html>