Acquia Lift

Extension to launch and get information of Acquia Lift

What is Acquia Lift?

Acquia Lift is a Chrome extension developed by Acquia Inc., and its main feature is "Extension to launch and get information of Acquia Lift".

Extension Screenshots

screenshot
screenshot

Download Acquia Lift Extension CRX File

Download Acquia Lift extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Acquia Lift merges content and customer data into one tool, empowering organizations to deliver the most cohesive and personalized experiences across multiple channels and devices. With the ability to target audiences in real-time, marketers are able to scale their web personalization efforts in order to drive conversions and bottom-line results.

This extension provides a launcher for the Acquia Lift Service if it is available on your website.                    

Extension Basic Information

Name Acquia Lift Acquia Lift
ID pljoceedhfkdbnbljknbiadphecoipca
Official URL https://chrome.google.com/webstore/detail/pljoceedhfkdbnbljknbiadphecoipca
Description Extension to launch and get information of Acquia Lift
File Size 10.96 KB
Installation Count 132
Current Version 0.2
Last Updated 2016-12-20
Publish Date 2016-12-20
Rating 5.00/5 Total 1 Ratings
Developer Acquia Inc.
Payment Type free
Extension Website https://www.acquia.com/products-services/acquia-lift
Help Page URL https://docs.acquia.com/lift/3
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Acquia Lift",
    "version": "0.2",
    "description": "Extension to launch and get information of Acquia Lift",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "rocket-16.png",
        "48": "rocket-48.png",
        "128": "rocket-128.png"
    },
    "browser_action": {
        "name": "Click to change the icon's color"
    },
    "permissions": [
        ""
    ]
}