Acquia Lift

Extension to launch and get information of Acquia Lift

Vad är Acquia Lift?

Acquia Lift är en Chrome-tillägg utvecklad av Acquia Inc., och dess huvudfunktion är "Extension to launch and get information of Acquia Lift".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Acquia Lift-förlängningens CRX-fil

Ladda ner Acquia Lift-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Acquia Lift Acquia Lift
ID pljoceedhfkdbnbljknbiadphecoipca
Officiell webbadress https://chrome.google.com/webstore/detail/pljoceedhfkdbnbljknbiadphecoipca
Beskrivning Extension to launch and get information of Acquia Lift
Filstorlek 10.96 KB
Antal Installationer 132
Aktuell Version 0.2
Senast Uppdaterad 2016-12-20
Publiceringsdatum 2016-12-20
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Acquia Inc.
Betalningssätt free
Tilläggswebbplats https://www.acquia.com/products-services/acquia-lift
Hjälpsida URL https://docs.acquia.com/lift/3
Stödda Språk 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": [
        ""
    ]
}