Acquia Lift

Extension to launch and get information of Acquia Lift

Co je Acquia Lift?

Acquia Lift je rozšíření Chrome vyvinuté Acquia Inc., a jeho hlavní funkcí je „Extension to launch and get information of Acquia Lift“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Acquia Lift

Stáhněte si soubory rozšíření Acquia Lift ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Acquia Lift Acquia Lift
ID pljoceedhfkdbnbljknbiadphecoipca
Oficiální URL https://chrome.google.com/webstore/detail/pljoceedhfkdbnbljknbiadphecoipca
Popis Extension to launch and get information of Acquia Lift
Velikost souboru 10.96 KB
Počet instalací 132
Aktuální Verze 0.2
Poslední Aktualizace 2016-12-20
Datum Vydání 2016-12-20
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Acquia Inc.
Typ Platby free
Webové stránky Rozšíření https://www.acquia.com/products-services/acquia-lift
URL Stránky Nápovědy https://docs.acquia.com/lift/3
Podporované Jazyky 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": [
        ""
    ]
}