-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfaq.html
More file actions
111 lines (98 loc) · 4.58 KB
/
faq.html
File metadata and controls
111 lines (98 loc) · 4.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Namecare FAQ</title>
<style>
/* Add your CSS styling here */
body {
font-family: Arial, sans-serif;
margin: 20px;
}
.faq {
margin-bottom: 20px;
}
.question {
font-weight: bold;
}
.answer {
margin-top: 5px;
}
</style>
</head>
<body>
<h1>FAQ</h1>
<div class="faq">
<div class="question">What is Namecare?</div>
<div class="answer">
Namecare is a user-friendly and convenient application crafted to assist you in managing your domains effectively. With Namecare, you can create and maintain a list of domains, keeping you informed about upcoming expiration dates and helping you avoid missing a renewal opportunity.
</div>
</div>
<div class="faq">
<div class="question">How does Namecare work?</div>
<div class="answer">
Namecare allows you to add domains to your list along with their expiration dates. You can also optionally include other information. For pro users, once domains are added, Namecare will send push notifications at multiple intervals before the expiration date, giving you ample time to take appropriate action.
</div>
</div>
<div class="faq">
<div class="question">What if I can't find a registrar in the list?</div>
<div class="answer">
If a specific registrar is not listed in the application, you can easily add them. Namecare allows you to manually enter registrar information.
</div>
</div>
<div class="faq">
<div class="question">Can I search for domains in my list?</div>
<div class="answer">
Yes, Namecare provides a search functionality that allows you to quickly locate specific domain in your list. This is particularly useful when you have a large number of domains and need to find a particular domain's details or expiration date.
</div>
</div>
<div class="faq">
<div class="question">Is Namecare available on multiple platforms?</div>
<div class="answer">
Currently, Namecare is available as a mobile application for iOS devices.
</div>
</div>
<div class="faq">
<div class="question">How do I get started with Namecare?</div>
<div class="answer">
To get started with Namecare, simply download the app from App Store. Once installed, please set up your account. You can then begin adding domains, setting expiration dates, and enjoying the convenience of timely notifications.
</div>
</div>
<div class="faq">
<div class="question">Is Namecare free to use?</div>
<div class="answer">
Namecare offers both free and pro versions. The free version provides access to basic features, such as adding up to 15 domains. The pro version offers additional benefits such as adding up to 30 domains, push notifications for expirations, and an autofill option.
</div>
</div>
<div class="faq">
<div class="question">Pro version: what notifications will I receive for expiring domain?</div>
<div class="answer">
Namecare sends push notifications at the following intervals before the expiration date:<br>
- 1 month before<br>
- 2 weeks before<br>
- 1 week before<br>
- 3 days before<br>
- 2 days before<br>
- 1 day before<br>
- On the due date<br>
These notifications are designed to help you plan ahead and ensure you are well-prepared to deal with expiring domains.
</div>
</div>
<div class="faq">
<div class="question">Pro version: how does the autofill feature work?</div>
<div class="answer">
The autofill feature in Namecare uses "whois" to fill expiration date and other fields. This makes adding domains to your list faster and more accurate, saving you time and reducing the likelihood of errors.
</div>
</div>
<div class="faq">
<div class="question">Pro version: what are the payment options?</div>
<div class="answer">
At the moment, only monthly billing is available. If you upgrade to the pro version, payment will be charged to your iTunes account, and your account will be charged for renewal within 24 hours prior to the end of the current period. You can turn off auto-renew in your Apple ID Account Settings at any time after purchase.
</div>
</div>
<div class="faq">
<div class="question">For any further questions or assistance, please reach out to our support team at <a href="mailto:support@namecare.app">support@namecare.app</a>.</div>
</div>
</body>
</html>