Casengo_Chat_Widget - Version 1.0.0

Version Notes

This is the first release of the extension.
The extension depends on the existence of the block named 'Mage_Page_Block_Html_Footer'. If this block does not exist the chat button will simply not appear, other functionality is not hampered.

Download this release

Release Info

Developer Casengo Corporate
Extension Casengo_Chat_Widget
Version 1.0.0
Comparing to
See all releases


Version 1.0.0

Files changed (1) hide show
  1. package.xml +36 -0
package.xml ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <package>
3
+ <name>Casengo_Chat_Widget</name>
4
+ <version>1.0.0</version>
5
+ <stability>stable</stability>
6
+ <license uri="http://opensource.org/licenses/GPL-3.0">GNU General Public License</license>
7
+ <channel>community</channel>
8
+ <extends/>
9
+ <summary>This plugin adds the Casengo chat widget to every page of your Magento website or blog.&#xD;
10
+ </summary>
11
+ <description>Casengo helps you to respond to customers faster than ever and improve their satisfaction with a groovy mixture of real-time chat and email.&#xD;
12
+ &#xD;
13
+ But using Casengo just for chat would be a waste of a smart all-in-one application. With Casengo you can manage your customer enquiries via phone, email, chat or social media - the choice is yours. &#xD;
14
+ &#xD;
15
+ The Casengo plugin features:&#xD;
16
+ - Customisable chat widget for your blog or website&#xD;
17
+ - Intuitive pre-chat screening. Every chat session requires your online visitors to input the subject of their query. Based on information you added to your knowledge base, possible answers to this query will be displayed on the chat screen. If no satisfying answer is retrieved, visitors are invited to connect to an agent for real-time interaction.&#xD;
18
+ - All chat conversations are recorded in one seamless timeline in the Casengo application.&#xD;
19
+ - Basic reporting.&#xD;
20
+ &#xD;
21
+ Apart from the plugin, the Casengo software that tracks your chat conversations also offers:&#xD;
22
+ - social media monitoring&#xD;
23
+ - email management &#xD;
24
+ - call management&#xD;
25
+ - customer support portal&#xD;
26
+ </description>
27
+ <notes>This is the first release of the extension.&#xD;
28
+ The extension depends on the existence of the block named 'Mage_Page_Block_Html_Footer'. If this block does not exist the chat button will simply not appear, other functionality is not hampered.&#xD;
29
+ </notes>
30
+ <authors><author><name>Casengo Corporate</name><user>Casengo</user><email>support@casengo.com</email></author><author><name>Ivan Krumov</name><user>ikrumov</user><email>ikrumov@livecom.net</email></author><author><name>Dadepo Aderemi</name><user>dadepo</user><email>dadepo@gmail.com</email></author></authors>
31
+ <date>2013-01-17</date>
32
+ <time>17:21:54</time>
33
+ <contents><target name="magelocal"><dir name="C:"><dir name="Users"><dir name="dparker"><dir name="Documents"><dir name="Casengo Plugin for Magento"><dir name="etc"><dir name="modules"><file name="Casengo_Plugin.xml" hash=""/></dir></dir></dir></dir></dir></dir></dir></target></contents>
34
+ <compatible/>
35
+ <dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
36
+ </package>