Totango In-App Builder (formerly Lou)

Engage your users and help them reach their goals with your product using Totango In-App interactive experiences.

Totango In-App Builder (formerly Lou)란 무엇입니까?

Totango In-App Builder (formerly Lou)은(는) https://louassist.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Engage your users and help them reach their goals with your product using Totango In-App interactive experiences."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Totango In-App Builder (formerly Lou) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Engage your users and help them reach their goals with your product using Totango In-App interactive experiences.
Fast-track onboarding and boost product adoption with tours, announcements, surveys, and real-time insights.

With Totango In-App, customer success, product, and marketing teams unite to deliver superior customer experiences.

The intuitive, no-code in-app builder enables you to craft personalized guidance for users.

Use real-time customer data and insights to improve user experiences and inform product decisions.

Deploy experiences from Totango on any website or web application, including your help center.

Simply launch the In-App builder and start designing an experience in the context of your site.

No coding skills? No problem. Build and launch an experience in minutes, no engineers required.

Use data to personalize user experiences. Automatically launch tours for specific user segments, each tailored to a unique stage of their own customer journey.

Get started composing interactive experiences with Totango In-App today. Your customers are waiting.                    

확장 프로그램 기본 정보

이름 Totango In-App Builder (formerly Lou) Totango In-App Builder (formerly Lou)
ID anjdeafahmohgbdmpildijdgodchjgog
공식 URL https://chromewebstore.google.com/detail/totango-in-app-builder-fo/anjdeafahmohgbdmpildijdgodchjgog
설명 Engage your users and help them reach their goals with your product using Totango In-App interactive experiences.
파일 크기 13.97 MB
설치 횟수 1,890
현재 버전 2.6.17
최근 업데이트 2023-12-07
출시 날짜 2020-06-12
평점 4.50/5 총 8 개의 평점
개발자 https://louassist.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.totango.com/platform/in-app
도움말 페이지 URL https://support.totango.com/hc/en-us
개인정보 보호 정책 페이지 URL https://www.totango.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Totango",
    "name": "Totango In-App Builder (formerly Lou)",
    "description": "Engage your users and help them reach their goals with your product using Totango In-App interactive experiences.",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Totango In-App Builder (formerly Lou)",
        "default_popup": "popup.html"
    },
    "version": "2.6.17",
    "icons": {
        "128": ".\/assets\/logo256x256.png"
    },
    "background": {
        "scripts": [
            "background.min.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cdn.louassist.com\/ https:\/\/viewer.louassist.com\/ https:\/\/*.segment.com\/; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.min.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "webNavigation",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "index.html",
        "client.min.js",
        "css_fonts\/font-awesome.min.css",
        "css_fonts\/icomoon.css",
        "css_fonts\/MyFontsWebfontsKit.css",
        "fonts\/MaterialIcons-Regular.eot",
        "fonts\/MaterialIcons-Regular.woff2",
        "fonts\/MaterialIcons-Regular.woff",
        "fonts\/MaterialIcons-Regular.ttf",
        "fonts\/fontawesome-webfont.woff2",
        "fonts\/fontawesome-webfont.woff",
        "fonts\/fontawesome-webfont.ttf",
        "fonts\/Poppins-Light.ttf",
        "fonts\/Poppins-Regular.ttf",
        "fonts\/Poppins-Medium.ttf",
        "fonts\/Poppins-SemiBold.ttf",
        "debugger-client.min.js",
        "0.min.js",
        "0.min.js.map"
    ],
    "externally_connectable": {
        "ids": [
            "cfgjhfficecjifkplfimekipjdahkall"
        ],
        "matches": [
            "*:\/\/*.louassist.com\/*",
            "*:\/\/*.totango.com\/*"
        ]
    }
}