Acquia Lift

Extension to launch and get information of Acquia Lift

什么是Acquia Lift?

Acquia Lift是由Acquia Inc.开发的Chrome扩展程序,该扩展的主要功能是“Extension to launch and get information of Acquia Lift”。

扩展截图

screenshot
screenshot

下载Acquia Lift扩展crx文件

下载Acquia Lift扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Acquia Lift Acquia Lift
ID pljoceedhfkdbnbljknbiadphecoipca
官方URL https://chrome.google.com/webstore/detail/pljoceedhfkdbnbljknbiadphecoipca
简介 Extension to launch and get information of Acquia Lift
文件大小 10.96 KB
安装次数 132
当前版本 0.2
更新时间 2016-12-20
上架时间 2016-12-20
评分 5.00/5 共1次评分
开发者 Acquia Inc.
付费类型 free
扩展官网 https://www.acquia.com/products-services/acquia-lift
帮助页面URL https://docs.acquia.com/lift/3
支持的语言 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": [
        ""
    ]
}