Acquia Lift

Extension to launch and get information of Acquia Lift

Acquia Lift क्या है?

Acquia Lift Acquia Inc. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension to launch and get information of Acquia Lift"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Acquia Lift एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [
        ""
    ]
}