Acquia Lift

Extension to launch and get information of Acquia Lift

Hvad er Acquia Lift?

Acquia Lift er en Chrome-udvidelse udviklet af Acquia Inc., og dens hovedfunktion er "Extension to launch and get information of Acquia Lift".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Acquia Lift-udvidelses-CRX-fil

Download Acquia Lift-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Acquia Lift Acquia Lift
ID pljoceedhfkdbnbljknbiadphecoipca
Officiel URL https://chrome.google.com/webstore/detail/pljoceedhfkdbnbljknbiadphecoipca
Beskrivelse Extension to launch and get information of Acquia Lift
Filstørrelse 10.96 KB
Antal Installationer 132
Nuværende Version 0.2
Senest Opdateret 2016-12-20
Udgivelsesdato 2016-12-20
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Acquia Inc.
Betalingsmetode free
Udvidelseswebsted https://www.acquia.com/products-services/acquia-lift
Hjælpeside-URL https://docs.acquia.com/lift/3
Understøttede Sprog 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": [
        ""
    ]
}