Version Notes
1.0.0
Stable Mobify Tag release
Download this release
Release Info
Developer | Mobify |
Extension | 0a2d30eb82e9387c910c2ae361455026 |
Version | 1.0.0 |
Comparing to | |
See all releases |
Version 1.0.0
- package.xml +29 -0
package.xml
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<package>
|
3 |
+
<name>Mobify</name>
|
4 |
+
<version>1.0.0</version>
|
5 |
+
<stability>stable</stability>
|
6 |
+
<license>MIT</license>
|
7 |
+
<channel>community</channel>
|
8 |
+
<extends/>
|
9 |
+
<summary>Mobify delivers technology and services that help companies engage connected consumers to increase revenue online and in-store. Mobify’s mobile engagement platform creates powerful mobile web and native applications and delivers the latest mobile push notification and location-based technology across all mobile devices.
|
10 |
+
</summary>
|
11 |
+
<description>Mobify’s pre-built integration allows Magento clients to extend their digital storefront across all mobile touchpoints in a way that is fast to implement and cost-efficient to manage. Implementing Mobify’s entire mobile shopping and engagement platform simply requires the insertion of a single Javascript tag into your website’s header.
|
12 |
+

|
13 |
+
Leverage Magento and Mobify to create a better mobile shopping experience by activating or augmenting a mobile channel in under six weeks. Get the most value out of your existing digital commerce investment without purchasing mobile-specific tools. Build once for the web, and use it everywhere: from native applications to app and web push notifications, to contextualized, location-enriched marketing campaigns.
|
14 |
+

|
15 |
+
How To Use
|
16 |
+

|
17 |
+
1. Add Mobify Extension into Magento Store
|
18 |
+
2. Paste <?php echo $this->helper('tagmanager/data')->getTag() ?> into the top of app/design/frontend/base/default/template/page/html/head.phtml
|
19 |
+
3. Go to Mobify Tag extension and copy and paste in Mobify Tag from your Mobify Account.</description>
|
20 |
+
<notes>1.0.0
|
21 |
+

|
22 |
+
Stable Mobify Tag release</notes>
|
23 |
+
<authors><author><name>Mobify</name><user>Mobify</user><email>se@mobify.com</email></author></authors>
|
24 |
+
<date>2016-02-08</date>
|
25 |
+
<time>18:36:04</time>
|
26 |
+
<contents></contents>
|
27 |
+
<compatible/>
|
28 |
+
<dependencies><required><php><min>5.0.0</min><max>7.0.2</max></php></required></dependencies>
|
29 |
+
</package>
|