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
官方網址 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": [
        ""
    ]
}