Acquia Lift

Extension to launch and get information of Acquia Lift

Cos'è Acquia Lift?

Acquia Lift è un'estensione di Chrome sviluppata da Acquia Inc., e la sua funzione principale è "Extension to launch and get information of Acquia Lift".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Acquia Lift

Scarica i file di estensione Acquia Lift in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Acquia Lift Acquia Lift
ID pljoceedhfkdbnbljknbiadphecoipca
URL Ufficiale https://chrome.google.com/webstore/detail/pljoceedhfkdbnbljknbiadphecoipca
Descrizione Extension to launch and get information of Acquia Lift
Dimensione del File 10.96 KB
Conteggio Installazioni 132
Versione Corrente 0.2
Ultimo Aggiornamento 2016-12-20
Data di Pubblicazione 2016-12-20
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Acquia Inc.
Tipo di Pagamento free
Sito Web dell'Estensione https://www.acquia.com/products-services/acquia-lift
URL della Pagina di Aiuto https://docs.acquia.com/lift/3
Lingue Supportate 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": [
        ""
    ]
}