Acquia Lift

Extension to launch and get information of Acquia Lift

Acquia Lift là gì?

Acquia Lift là một tiện ích mở rộng Chrome được phát triển bởi Acquia Inc., và tính năng chính của nó là "Extension to launch and get information of Acquia Lift".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Acquia Lift

Tải xuống các tệp mở rộng Acquia Lift dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Acquia Lift Acquia Lift
ID pljoceedhfkdbnbljknbiadphecoipca
URL Chính Thức https://chrome.google.com/webstore/detail/pljoceedhfkdbnbljknbiadphecoipca
Mô tả Extension to launch and get information of Acquia Lift
Kích Thước Tệp 10.96 KB
Số Lần Cài Đặt 132
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2016-12-20
Ngày Phát Hành 2016-12-20
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Acquia Inc.
Loại Thanh Toán free
Trang Web Mở Rộng https://www.acquia.com/products-services/acquia-lift
URL Trang Trợ Giúp https://docs.acquia.com/lift/3
Ngôn Ngữ Được Hỗ Trợ 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": [
        ""
    ]
}