Acquia Lift

Extension to launch and get information of Acquia Lift

ما هو Acquia Lift؟

Acquia Lift هو إضافة Chrome تم تطويرها بواسطة Acquia Inc.، والميزة الرئيسية لها هي "Extension to launch and get information of Acquia Lift".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Acquia Lift

قم بتنزيل ملفات الامتداد Acquia Lift بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Acquia Lift Acquia Lift
ID pljoceedhfkdbnbljknbiadphecoipca
عنوان URL الرسمي https://chrome.google.com/webstore/detail/pljoceedhfkdbnbljknbiadphecoipca
الوصف Extension to launch and get information of Acquia Lift
حجم الملف 10.96 KB
عدد التثبيتات 132
النسخة الحالية 0.2
آخر تحديث 2016-12-20
تاريخ النشر 2016-12-20
تقييم 5.00/5 مجموع تقييمات 1
المطور Acquia Inc.
نوع الدفع free
موقع الإضافة https://www.acquia.com/products-services/acquia-lift
عنوان صفحة المساعدة https://docs.acquia.com/lift/3
اللغات المدعومة 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": [
        ""
    ]
}