Acquia Lift

Extension to launch and get information of Acquia Lift

Apa itu Acquia Lift?

Acquia Lift adalah ekstensi Chrome yang dikembangkan oleh Acquia Inc., dan fitur utamanya adalah "Extension to launch and get information of Acquia Lift".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Acquia Lift

Unduh file ekstensi Acquia Lift dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Acquia Lift Acquia Lift
ID pljoceedhfkdbnbljknbiadphecoipca
URL Resmi https://chrome.google.com/webstore/detail/pljoceedhfkdbnbljknbiadphecoipca
Deskripsi Extension to launch and get information of Acquia Lift
Ukuran File 10.96 KB
Jumlah Instalasi 132
Versi Saat Ini 0.2
Terakhir Diperbarui 2016-12-20
Tanggal Publikasi 2016-12-20
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Acquia Inc.
Tipe Pembayaran free
Situs Ekstensi https://www.acquia.com/products-services/acquia-lift
URL Halaman Bantuan https://docs.acquia.com/lift/3
Bahasa yang Didukung 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": [
        ""
    ]
}