-
Notifications
You must be signed in to change notification settings - Fork 0
/
pricing.html
547 lines (514 loc) · 30.7 KB
/
pricing.html
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
<!DOCTYPE html>
<html>
<head>
<title>Pricing</title>
@@include('./partials/inject_head.html')
<link rel="stylesheet" type="text/css" href="css/pricing.css">
<link rel="canonical" href="https://salesflare.com/pricing" />
</head>
<body>
@@include('./partials/mobile_menu.html')
<!-- header -->
<div class="sf-header feature larger">
@@include('./partials/menu.html')
<!-- hero -->
<div class="sf-hero">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-push-1 col-xs-12">
<h1>Invest in your sales team</h1>
<p>Boost your performance now.</p>
</div>
</div>
</div>
</div>
<!-- end hero -->
</div>
<div class="sf-boxes sf-pricing">
<div class="container plan-container">
<div class="row">
<h3 class="feature-h3">Pricing</h3>
<div class="row currency-switcher">
<div>
<div class="btn-group" data-toggle="buttons">
<label class="btn btn-primary active">
<input type="radio">$</input>
</label>
<label class="btn btn-primary">
<input type="radio">€</input>
</label>
</div>
<span class="md-tooltip" data-md-tooltip="Pricing is in euros for Europe (incl. UK) and in dollars for the rest of the world.">
<i class="material-icons info-icon" style="font-size: 18px"></i>
</span>
</div>
</div>
<div class="row plans">
<div class="sf-box" style="display: inline-table; margin-right: auto; margin-left: auto;">
<div class="header">
<h3>Growth</h3>
<h3><span class="currency">$</span>29</h3>
<p>per user / month (billed annually)</p>
<p><span class="currency">$</span>35 billed monthly</p>
</div>
<div class="content container wide features">
<p class="first-item">All CRM features you’d expect, plus:</p>
<div layout="row" class="item row flex-item">
<div class="material-icons check-color check-icon">check_circle_outline</div>
<div class="content">
<p class="feature-text">
<span>Automate your CRM data </span>
<span class="icon-container">
input
<span class="md-tooltip" data-md-tooltip="Salesflare will automatically gather contact and company info from emails, email signatures, social profiles, and more. It will also log your meetings and phone calls for you.">
<i class="material-icons info-icon"></i>
</span>
</span>
</p>
</div>
</div>
<div class="item row">
<div class="material-icons check-color check-icon">check_circle_outline</div>
<div class="content">
<p class="feature-text">
<span>Track emails, links and website </span>
<span class="icon-container">
visits
<span class="md-tooltip" data-md-tooltip="Salesflare not only tracks when people open your emails and click on them; it also shows you which pages these people visit on your site, when and for how long. Just install the email sidebar and website tracking script.">
<i class="material-icons info-icon"></i>
</span>
</span>
</p>
</div>
</div>
<div class="item row">
<div class="material-icons check-color check-icon">check_circle_outline</div>
<div class="content">
<p class="feature-text">
<span>Get a LinkedIn sidebar, email sidebar & mobile </span>
<span class="icon-container">
app
<span class="md-tooltip" data-md-tooltip="Salesflare works right in LinkedIn as well as your Gmail or Outlook inbox, and has a mobile app for iOS and Android too. All of this without losing any desktop features.">
<i class="material-icons info-icon"></i>
</span>
</span>
</p>
</div>
</div>
<div class="item row">
<div class="material-icons check-color check-icon">check_circle_outline</div>
<div class="content">
<p class="feature-text">
<span>Send personalized email </span>
<span class="icon-container">
campaigns
<span class="md-tooltip" data-md-tooltip="Send personalized emails at scale from any mailbox connected to Salesflare, track the results in the dashboards, and follow up on the replies.">
<i class="material-icons info-icon"></i>
</span>
</span>
</p>
</div>
</div>
<div class="item row">
<div class="material-icons check-color check-icon">check_circle_outline</div>
<div class="content">
<p class="feature-text">
<span>25 email finding credits </span>
<span class="icon-container">
<i>(New!)</i>
<span class="md-tooltip" data-md-tooltip="Find emails from within Salesflare and LinkedIn. Additional monthly email finding credits can be bought: 1500 for $39, 5000 for $79, or 15000 for $159.">
<i class="material-icons info-icon"></i>
</span>
</span>
</p>
</div>
</div>
</div>
</div>
<div class="sf-box" style="display: inline-table; margin-right: auto; margin-left: auto;">
<div class="header pro-plan">
<div class="popular-bar">
<span>most popular</span>
</div>
<h3>Pro</h3>
<h3><span class="currency">$</span>49</h3>
<p>per user / month (billed annually)</p>
<p><span class="currency">$</span>55 billed monthly</p>
</div>
<div class="content container wide features">
<p class="first-item">All features on the Growth plan, plus:</p>
<div class="item row">
<div class="material-icons check-color check-icon">check_circle_outline</div>
<div class="content">
<p class="feature-text">
<span>Send workflows of multiple </span>
<span class="icon-container">
emails
<span class="md-tooltip mid" data-md-tooltip="Follow up beyond the first mass or automated email. Send personalized email flows from any mailbox connected to Salesflare. And track the responses.">
<i class="material-icons info-icon"></i>
</span>
</span>
</p>
</div>
</div>
<div class="item row">
<div class="material-icons check-color check-icon">check_circle_outline</div>
<div class="content">
<p class="feature-text">
<span>Set user </span>
<span class="icon-container">
permissions
<span class="md-tooltip mid" data-md-tooltip="Take control of your team’s data. Restrict what your team can see, edit or delete. Give them access to specific pipelines only. Create view-only users. And assign managers to user groups.">
<i class="material-icons info-icon"></i>
</span>
</span>
</p>
</div>
</div>
<div class="item row">
<div class="material-icons check-color check-icon">check_circle_outline</div>
<div class="content">
<p class="feature-text">
<span>Create custom dashboards</span>
<span class="icon-container">
<i>(New!)</i>
<span class="md-tooltip mid" data-md-tooltip="Customize your Insights dashboards and learn from your data. Add custom reports, re-order them in the dashboard, and even create new dashboards.">
<i class="material-icons info-icon"></i>
</span>
</span>
</p>
</div>
</div>
<div class="item row">
<div class="material-icons check-color check-icon">check_circle_outline</div>
<div class="content">
<p class="feature-text">
<span>500 email finding credits </span>
<span class="icon-container">
<i>(New!)</i>
<span class="md-tooltip mid" data-md-tooltip="Find emails from within Salesflare and LinkedIn. Additional monthly email finding credits can be bought: 1500 for $39, 5000 for $79, or 15000 for $159.">
<i class="material-icons info-icon"></i>
</span>
</span>
</p>
</div>
</div>
</div>
</div>
<div class="sf-box" style="display: inline-table; margin-right: auto; margin-left: auto;">
<div class="header">
<h3>Enterprise</h3>
<h3><span class="currency">$</span>99</h3>
<!-- <h3 style="height:21px;"><span></span></h3> -->
<p>per user / month (billed annually)</p>
<p><a id="open_intercom" style="cursor: pointer;" href="mailto: [email protected]" target="_blank">Contact us</a> (from 5 users)</p>
</div>
<div class="content container wide features">
<p class="first-item">All features on the Pro plan, plus:</p>
<div class="item row">
<div class="material-icons check-color check-icon">check_circle_outline</div>
<div class="content">
<p class="feature-text">
<span>Custom </span>
<span class="icon-container">
training
<span class="md-tooltip--left" data-md-tooltip="Get training that is customized for your team so you can get the most out of Salesflare in no time.">
<i class="material-icons info-icon"></i>
</span>
</span>
</p>
</div>
</div>
<div class="item row">
<div class="material-icons check-color check-icon">check_circle_outline</div>
<div class="content">
<p class="feature-text">
<span>Data migration done for </span>
<span class="icon-container">
you
<span class="md-tooltip--left" data-md-tooltip="We’ll take care of importing your current data into Salesflare for you, so you don't have to worry about it.">
<i class="material-icons info-icon"></i>
</span>
</span>
</p>
</div>
</div>
<div class="item row">
<div class="material-icons check-color check-icon">check_circle_outline</div>
<div class="content">
<p class="feature-text">
<span>Dedicated account </span>
<span class="icon-container">
manager
<span class="md-tooltip--left" data-md-tooltip="Get a single point of contact at Salesflare who follows up on your personal needs and questions.">
<i class="material-icons info-icon"></i>
</span>
</span>
</p>
</div>
</div>
<div class="item row">
<div class="material-icons check-color check-icon">check_circle_outline</div>
<div class="content">
<p class="feature-text">
<span>Unlimited email finding credits </span>
<span class="icon-container">
<i>(New!)</i>
<span class="md-tooltip--left" data-md-tooltip="Find emails from within Salesflare and LinkedIn.">
<i class="material-icons info-icon"></i>
</span>
</span>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row" style="text-align: center;">
<a href="https://app.salesflare.com/#/signup/" onclick="window.trackLink(event, 'sign-up');" class="sf-main-button" id="sf-pricing-signup-button">START FREE TRIAL</a>
</div>
<div class="sf-guarantee" style="margin-top: 40px;">
<div class="title" style="margin-bottom: 24px; ">Salesflare's pricing guarantee:</div>
<div class="items">
<div class="item row">
<div class="material-icons check-color check-icon">check_circle_outline</div>
<div class="content">
<p class="feature-text">
<span>Simple, predictable pricing without hidden add-ons or limits</span>
</p>
</div>
</div>
<div class="item row">
<div class="material-icons check-color check-icon">check_circle_outline</div>
<div class="content">
<p class="feature-text">
<span>Only pay for what you use with fair, pro-rata billing</span>
</p>
</div>
</div>
<div class="item row">
<div class="material-icons check-color check-icon">check_circle_outline</div>
<div class="content">
<p class="feature-text">
<span>Try 100% of the functionality without entering a credit card</span>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="sf-contact">
<div class="container">
<div class="row">
<h3 class="feature-h3">Have more questions?</h3>
</div>
<p style="font-size: 20px; margin-top: 24px; margin-bottom: 24px; text-align: center; line-height:26px">We're here for you. Just leave us a <a id="open_intercom" style="cursor: pointer;" href="mailto: [email protected]" target="_blank">quick chat message or email</a>. We can also offer a free one-on-one demo and/or free training for you and your team.</p>
<p style="font-size: 20px; text-align: center; line-height:26px">We also offer an <a href="https://howto.salesflare.com/en/" target="_blank">extensive knowledge base</a>, <a href="https://www.youtube.com/watch?v=Uba8_ANo_l0&list=PLzIbkpd9Ee6w8BnwptA0jaYwJX8IHqXoB" target="_blank">tutorial videos</a>, a <a href="https://webinars.salesflare.com/how-to-use-a-crm/" target="_blank">bi-weekly training webinar</a>, as well as webinars about more specific features.</p>
<div style="margin-top: 40px; text-align: center;">
<span>
<a class="sf-main-button" id="open_intercom" style="cursor: pointer;" href="mailto: [email protected]" target="_blank">Contact us</a>
</span>
<span>
<a class="sf-secondary-button" onclick="$('.iubenda-cs-close-btn').click();window.trackLink(event, 'book-demo');" title="Book demo" data-toggle="modal" data-target="#ycb-modal" style="color: #838d8f; border-color: #838d8f;">Book a demo</a>
</span>
</div>
</div>
</div>
<!-- Modal -->
<div class="modal fade" id="ycb-modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title" id="myModalLabel">Book a demo</h4>
</div>
<div class="modal-body">
<iframe src="https://salesflare-talk-to-us.youcanbook.me/?noframe=true&skipHeaderFooter=true&SOURCE=website-pricing" id="ycbmiframesalesflare-talk-to-us" frameborder="0" allowtransparency="true" class="ycb-frame"></iframe><!--<script>window.addEventListener && window.addEventListener("message", function(event){if (event.origin === "https://salesflare-talk-to-us.youcanbook.me"){document.getElementById("ycbmiframesalesflare-talk-to-us").style.height = event.data + "px";}}, false);</script>-->
</div>
</div>
</div>
</div>
<div class="sf-faq sf-boxes ">
<div class="container">
<div class="row">
<h3 class="feature-h3 center">FAQ</h3>
</div>
<div class="row" style="margin-top: 24px;">
<div class="col-md-6">
<div class="sf-box">
<div class="content">
<h3>Can I purchase for one month?</h3>
<p>
Yes, you can. Licenses for Salesflare are either billed monthly or annually. Monthly pricing is slightly more expensive, so if you are committed to improve your sales productivity: go for the annual plan. There is always a free trial!
</p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="sf-box">
<div class="content">
<h3>How do I get my team to use this?</h3>
<p>
You send email invites to your team from inside Salesflare. Setup only takes a few minutes. Once your setup is complete, team members keep sending emails and scheduling meetings as usual – Salesflare will capture this activity and make it trackable for the whole team.
</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="sf-box up-1-line">
<div class="content">
<h3>What happens at the end of my trial?</h3>
<p>
We’ll notify you via email before your trial ends. If you become a paying customer, you don't need to make a new account. You can keep working with your account and all its data that you added during the trial period. Additionally, we’ll help you and your team to get fully onboarded and up to speed... for free.
</p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="sf-box">
<div class="content">
<h3>Are there any limits to the amount of contacts I can have?</h3>
<p>
In Salesflare, there are no hidden limits to the amount of contacts, users, email templates, tracked emails, sent emails, custom fields, workflows, dashboards, or even sales pipelines. We won't hit you with any unexpected financial surprises.
</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="sf-box up-1-line">
<div class="content">
<h3>Are there any features we need to pay extra for?</h3>
<p>
The pricing plans are exactly as listed above. There will be no features we will suddenly charge you extra for that will not be listed on this page. We consider these kinds of business practices to be deeply disrespectful to you as a customer.
</p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="sf-box">
<div class="content">
<h3>Do you charge for onboarding us?</h3>
<p>
No. Getting onboarded properly is key to your long term success with Salesflare and we are 100% here to help you with it, entirely free of charge. We're even happy to organize a one-on-one training session for your whole team. Just ask for it <a id="open_intercom" style="cursor: pointer;" href="mailto: [email protected]" target="_blank">on the chat</a>.
</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="sf-box up-1-line">
<div class="content">
<h3>What is the cancellation policy?</h3>
<p>
You can cancel your ongoing plan whenever you want and you’ll stop being charged immediately. There is no need to sign a multi-year contract, or to alert us months before the next renewal.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="sf-awards">
<div class="container">
<div class="row">
<h3 class="feature-h3">Here are some of the awards Salesflare has received</h3>
</div>
<div style="margin-top: 16px;">
<span>
<img src="img/badges/capterra-ease-of-use.png" alt="" loading="lazy" style="width: 96px; margin: 0 16px;">
</span>
<span>
<img src="img/badges/g2-most-implementable.svg" alt="" loading="lazy" style="width: 90px; margin: 0 16px;">
</span>
<span>
<img src="img/badges/capterra-best-value.png" alt="" loading="lazy" style="width: 96px; margin: 0 16px;">
</span>
<span>
<img src="img/badges/g2-best-support.svg" alt="" loading="lazy" style="width: 90px; margin: 0 16px;">
</span>
<span>
<img src="img/badges/getapp-category-leader.png" alt="" loading="lazy" style="width: 105px; margin: 0 16px;">
</span>
<span>
<img src="img/badges/softwareadvice-most-recommended.png" alt="" loading="lazy" style="width: 124px;">
</span>
</div>
</div>
</div>
<div class="sf-testimonials sf-boxes ">
<div class="container">
<div class="row">
<h3 class="feature-h3 center">Trusted by thousands of sales people like you</h3>
</div>
<div class="row" style="margin-top: 24px;">
<div class="sf-box">
<div class="content" style="text-align: center;">
<p>
“Salesflare reminded me to chase up a warm lead and I won the deal. I'd forgotten about the proposal I had submitted due to being so busy!”
</p>
<div class="author">
<div>
<img src="img/testimonial-elliott-porter.jpg" alt="Elliot Porter - Weblake Interactive Ltd." loading="lazy">
</div>
<div>
<p>Elliot Porter</p>
<p>Weblake Interactive Ltd.</p>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="sf-box">
<div class="content" style="text-align: center;">
<p>
“Salesflare improves my bottom line by providing a clear system to work with prospects.”
</p>
<div class="author">
<div>
<img src="img/testimonial-boris-agranovich.jpg" alt="Boris Agranovich - Global Risk Community" loading="lazy">
</div>
<div>
<p>Boris Agranovich</p>
<p>Global Risk Community</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- continuing the tour -->
<div class="tour-wrapper">
<a href="https://app.salesflare.com/#/signup/" onclick="window.trackLink(event, 'sign-up');" id="sf-tour-signup">
<div class="sf-tour">
<div class="container">
<div class="row">
<div>
<h1>Start free trial</h1>
<p>No credit card required</p>
</div>
<div>
<img src="img/arrow-tour.png" alt="" />
</div>
</div>
</div>
</div>
</a>
</div>
@@include('./partials/footer.html')
@@include('./partials/inject_foot.html')
<script>
$('.currency-switcher div').on('click', function (event) {
$('.currency').text(event.target.innerText);
});
</script>
</body>
</html>