Version Notes
Initial public release
Download this release
Release Info
Developer | Jason Smale |
Extension | zendesk |
Version | 1.0.4 |
Comparing to | |
See all releases |
Version 1.0.4
- package.xml +27 -0
package.xml
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<package>
|
3 |
+
<name>zendesk</name>
|
4 |
+
<version>1.0.4</version>
|
5 |
+
<stability>stable</stability>
|
6 |
+
<license uri="http://www.apache.org/licenses/LICENSE-2.0.html">Apache Software License v2</license>
|
7 |
+
<channel>community</channel>
|
8 |
+
<extends/>
|
9 |
+
<summary>Zendesk helps you deliver the best customer support to your customers.</summary>
|
10 |
+
<description><strong>Zendesk</strong> is the market leader of smart, agile and convenient cloud-based customer support software. For growing organizations, Zendesk is the fastest way to enable great customer service.<br /><br />
|
11 |
+

|
12 |
+
This extension makes Zendesk work seamlessly with Magento to enable stores to deliver great customer support. <br /><br />
|
13 |
+

|
14 |
+
<strong>Features include:</strong><br />
|
15 |
+
- Enable Single Sign-on with Zendesk<br />
|
16 |
+
- Create support tickets without leaving Magento<br />
|
17 |
+
- Display relevant support tickets on order & customer dashboards<br />
|
18 |
+
- Create support tickets from Contact Us requests<br />
|
19 |
+
- Easily add a feedback tab to your site</description>
|
20 |
+
<notes>Initial public release</notes>
|
21 |
+
<authors><author><name>Jason Smale</name><user>zendesk</user><email>jsmale@zendesk.com</email></author><author><name>Fontis</name><user>fontis</user><email>chris.norton@fontis.com.au</email></author></authors>
|
22 |
+
<date>2012-11-07</date>
|
23 |
+
<time>03:51:33</time>
|
24 |
+
<contents><target name="magelocal"><dir/></target></contents>
|
25 |
+
<compatible/>
|
26 |
+
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
27 |
+
</package>
|