Acquia Lift

Extension to launch and get information of Acquia Lift

Acquia Lift란 무엇입니까?

Acquia Lift은(는) Acquia Inc.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension to launch and get information of Acquia Lift"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Acquia Lift 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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": [
        ""
    ]
}