Acquia Lift

Extension to launch and get information of Acquia Lift

Co to jest Acquia Lift?

Acquia Lift to rozszerzenie Chrome opracowane przez Acquia Inc., a jego główną funkcją jest „Extension to launch and get information of Acquia Lift”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Acquia Lift

Pobierz pliki rozszerzeń Acquia Lift w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Acquia Lift Acquia Lift
ID pljoceedhfkdbnbljknbiadphecoipca
Oficjalny URL https://chrome.google.com/webstore/detail/pljoceedhfkdbnbljknbiadphecoipca
Opis Extension to launch and get information of Acquia Lift
Rozmiar pliku 10.96 KB
Liczba instalacji 132
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2016-12-20
Data Publikacji 2016-12-20
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Acquia Inc.
Typ Płatności free
Strona Rozszerzenia https://www.acquia.com/products-services/acquia-lift
Adres URL Strony Pomocy https://docs.acquia.com/lift/3
Obsługiwane Języki 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": [
        ""
    ]
}