Version Notes
Stable
Download this release
Release Info
Developer | WebsiteAlive |
Extension | WebsiteAlive_Connector |
Version | 1.0.0 |
Comparing to | |
See all releases |
Version 1.0.0
- package.xml +18 -0
package.xml
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<package>
|
3 |
+
<name>WebsiteAlive_Connector</name>
|
4 |
+
<version>1.0.0</version>
|
5 |
+
<stability>stable</stability>
|
6 |
+
<license uri="http://www.harapartners.com/terms/eula">Hara Partners End User License Agreement</license>
|
7 |
+
<channel>community</channel>
|
8 |
+
<extends/>
|
9 |
+
<summary>WebsiteAlive is the easy-to-use Live Chat/Click-To-Call solution for your Magento shopping cart.</summary>
|
10 |
+
<description>WebsiteAlive is the easy-to-use Live Chat/Click-To-Call solution for your Magento shopping cart. Visitors can immediately chat or initiate a click-to-call session with someone at your company who can answer their questions, in real-time. This Magento plug-in instantly embeds WebsiteAlive Tracking Code into your shopping cart which tracks visitors in real-time and also displays a call-to-action icon.</description>
|
11 |
+
<notes>Stable</notes>
|
12 |
+
<authors><author><name>WebsiteAlive</name><user>websitealive</user><email>magento@websitealive.com</email></author></authors>
|
13 |
+
<date>2013-10-15</date>
|
14 |
+
<time>22:43:00</time>
|
15 |
+
<contents><target name="mageetc"><dir name="modules"><file name="WebsiteAlive_Connector" hash=""/></dir></target></contents>
|
16 |
+
<compatible/>
|
17 |
+
<dependencies><required><php><min>5.10.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
+
</package>
|