Pendo Launcher

Pendo’s award-winning digital adoption solutions help people adopt employee-facing software more quickly and successfully.

Pendo Launcherคืออะไร?

Pendo Launcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pendo.io และคุณลักษณะหลักของมันคือ "Pendo’s award-winning digital adoption solutions help people adopt employee-facing software more quickly and successfully."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pendo Launcher

ดาวน์โหลดไฟล์ส่วนขยาย Pendo Launcher ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Pendo simplifies complex user experiences by bringing automated, personalized guidance to your employees within the software applications they use for work. Just-in-time resources help teams increase productivity and improve compliance, step-by-step guides boost your training efforts, and comprehensive analytics help you understand application usage and behaviors.

The Pendo Launcher browser extension facilitates quick mass deployment of digital adoption solutions to your full suite of employee-facing applications with just a few clicks:

Guidance:
In-app guides deliver training inside software, where work actually gets done
Train more effectively with personalized guidance for different roles 
Improve change management and compliance with timely communication

Insights:
Understand application usage with comprehensive analytics
Analyze user behavior to understand causes of friction and increase productivity
Measure training completion and effectiveness to drive improvements

Feedback:
Collect actionable feedback about employee-facing software at scale
Identify common requests to prioritize changes and improve training
Prioritize investments in high-impact system updates

Learn more about Pendo’s digital adoption solutions at https://www.pendo.io/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Pendo Launcher Pendo Launcher
ID epnhoepnmfjdbjjfanpjklemanhkjgil
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pendo-launcher/epnhoepnmfjdbjjfanpjklemanhkjgil
คำอธิบาย Pendo’s award-winning digital adoption solutions help people adopt employee-facing software more quickly and successfully.
ขนาดไฟล์ 1.65 MB
จำนวนการติดตั้ง 211,508
เวอร์ชันปัจจุบัน 5.22.0
อัปเดตครั้งล่าสุด 2024-02-08
วันที่เผยแพร่ 2023-02-27
คะแนน 2.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา pendo.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.pendo.io/
URL หน้าช่วยเหลือ https://www.pendo.io/solutions/services-support/
URL หน้านโยบายความเป็นส่วนตัว https://www.pendo.io/legal/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pendo Launcher",
    "version": "5.22.0",
    "description": "Pendo\u2019s award-winning digital adoption solutions help people adopt employee-facing software more quickly and successfully.",
    "permissions": [
        "alarms",
        "contextMenus",
        "declarativeNetRequestWithHostAccess",
        "identity",
        "identity.email",
        "storage",
        "tabs",
        "webNavigation",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "storage": {
        "managed_schema": "managed_schema.json"
    },
    "icons": {
        "16": "icons\/logo.png",
        "48": "icons\/logo.png",
        "128": "icons\/logo.png"
    },
    "action": {
        "default_icon": {
            "128": "icons\/browser-action-off.png"
        },
        "default_title": "Pendo Launcher"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "browser-ingest-banner.js",
                "debugger.html",
                "debugger.js",
                "privacy-center.html",
                "privacy-center.js",
                "reloadable-content.js",
                "agent-content.js",
                "designer.js",
                "iframe-visibility-monitor.js",
                "pendo-extensions.js",
                "postmessage-safeguard.js",
                "public-identify.js",
                "double-agent.js",
                "agent\/pendo.preview.min.js",
                "agent\/guide.css",
                "demo-loader.html",
                "resource-center-animation.css",
                "initialize-pendo.html",
                "initialize-pendo.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3
}