Acquia Lift

Extension to launch and get information of Acquia Lift

Was ist Acquia Lift?

Acquia Lift ist eine Chrome-Erweiterung, die von Acquia Inc. entwickelt wurde, und ihr Hauptmerkmal ist "Extension to launch and get information of Acquia Lift".

Erweiterungsscreenshots

screenshot
screenshot

Acquia Lift-Erweiterungs-CRX-Datei herunterladen

Laden Sie Acquia Lift-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Acquia Lift Acquia Lift
ID pljoceedhfkdbnbljknbiadphecoipca
Offizielle URL https://chrome.google.com/webstore/detail/pljoceedhfkdbnbljknbiadphecoipca
Beschreibung Extension to launch and get information of Acquia Lift
Dateigröße 10.96 KB
Installationsanzahl 132
Aktuelle Version 0.2
Letztes Update 2016-12-20
Veröffentlichungsdatum 2016-12-20
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Acquia Inc.
Zahlungsart free
Erweiterungswebsite https://www.acquia.com/products-services/acquia-lift
Hilfeseite URL https://docs.acquia.com/lift/3
Unterstützte Sprachen 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": [
        ""
    ]
}