Acquia Lift

Extension to launch and get information of Acquia Lift

Что такое Acquia Lift?

Acquia Lift - это расширение Chrome, разработанное Acquia Inc., и его основная функция - "Extension to launch and get information of Acquia Lift".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Acquia Lift

Скачайте файлы расширений 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": [
        ""
    ]
}