2008-11-27 15:10:48 +03:00
|
|
|
<?php
|
|
|
|
$page = 'feat';
|
|
|
|
|
|
|
|
require_once('inc/header.i');
|
|
|
|
require_once('inc/menu.i');
|
|
|
|
?>
|
|
|
|
|
2008-10-22 02:04:45 +04:00
|
|
|
<div id="container">
|
|
|
|
<div id="content">
|
2008-10-22 02:18:23 +04:00
|
|
|
<a name='price'></a>
|
2008-10-22 02:04:45 +04:00
|
|
|
<h3>Pricing</h3>
|
|
|
|
<ul>
|
|
|
|
<li>Open-source code, absolutely free
|
|
|
|
<li>Eclipse Public License 1.0
|
|
|
|
</ul>
|
|
|
|
|
2008-10-22 02:18:23 +04:00
|
|
|
<a name='main'></a>
|
2008-10-22 02:04:45 +04:00
|
|
|
<h3>Main features</h3>
|
|
|
|
<ul>
|
|
|
|
<li>Chat button for email signatures
|
|
|
|
<li>Differing buttons on same website
|
|
|
|
</ul>
|
|
|
|
|
2008-10-22 02:18:23 +04:00
|
|
|
<a name='chat'></a>
|
2008-10-22 02:04:45 +04:00
|
|
|
<h3>Chat window</h3>
|
|
|
|
<ul>
|
|
|
|
<li>Agent and visitor "Typing Indicator"
|
|
|
|
<li>Agent photo
|
|
|
|
<li>Chat transcript emails
|
|
|
|
<li>Sound and Visual alerts
|
|
|
|
<li>"Leave a message" when you are away
|
|
|
|
<li>Customize chat with your Logo, Name etc.
|
|
|
|
<li>Unicode support for multiple languages
|
|
|
|
<li>Quickly convert text to hyperlinks in chat
|
|
|
|
<li>Not blocked by pop-up blockers
|
|
|
|
</ul>
|
|
|
|
|
2008-10-22 02:18:23 +04:00
|
|
|
<a name='operator'></a>
|
2008-10-22 02:04:45 +04:00
|
|
|
<h3>Operator abilites</h3>
|
|
|
|
<ul>
|
|
|
|
<li>Web-based Operator Console
|
|
|
|
<li>Canned messages for speed and consistency
|
|
|
|
<li>Chat conversation history with search
|
|
|
|
<li>Linking to previous visits, instant access to previous chats
|
|
|
|
<li>Reassign/Transfer chat ownership
|
|
|
|
<li>Mark/Highlight nuisance visitors
|
|
|
|
</ul>
|
|
|
|
|
2008-10-22 02:18:23 +04:00
|
|
|
<a name='next'></a>
|
2008-10-22 02:04:45 +04:00
|
|
|
<h3>Nearest future (not ready yet)</h3>
|
|
|
|
<ul>
|
|
|
|
<li>Operator to Operator IM (Discussion)
|
|
|
|
<li>Push Web Pages
|
|
|
|
<li>SSL Secured Chat
|
|
|
|
<li>Pre-Chat Questionnaire
|
|
|
|
<li>Multiple Departments
|
|
|
|
<li>Define Initial Chat Window Size
|
|
|
|
<li>Co-Browse to View Visitor's Location on Your Site
|
|
|
|
<li>Dynamic Chat Icons
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<div id="side">
|
|
|
|
<p>Content:</p>
|
|
|
|
<p>
|
|
|
|
<a href="#price">pricing</a><br/>
|
|
|
|
<a href="#main">main features</a><br/>
|
|
|
|
<a href="#chat">chat window</a><br/>
|
|
|
|
<a href="#operator">operator abilities</a><br/>
|
|
|
|
<a href="#next">what is coming next</a><br/>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
2008-11-27 15:10:48 +03:00
|
|
|
|
|
|
|
<?php require_once('inc/footer.i'); ?>
|