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) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://louassist.com และคุณลักษณะหลักของมันคือ "Engage your users and help them reach their goals with your product using Totango In-App interactive experiences."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Totango In-App Builder (formerly Lou)

ดาวน์โหลดไฟล์ส่วนขยาย Totango In-App Builder (formerly Lou) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        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\/*"
        ]
    }
}