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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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": [
        ""
    ]
}