Percipio ELSA

Percipio ELSA – Search, discover, and learn in Percipio, the intelligent learning platform, without ever changing screens.

Percipio ELSA là gì?

Percipio ELSA là một tiện ích mở rộng Chrome được phát triển bởi Skillsoft, và tính năng chính của nó là "Percipio ELSA – Search, discover, and learn in Percipio, the intelligent learning platform, without ever changing screens.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Percipio ELSA

Tải xuống các tệp mở rộng Percipio ELSA dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        The Percipio Embedded Learning Synchronized Assistant (ELSA) works with your Percipio site. It provides access to Percipio, the award winning intelligent learning platform, via a browser plug-in. This experience is available for all users throughout the workday, directly in the natural workflow.

Using Percipio ELSA, you can access just in time learning by searching, finding, and watching course and micro-learning videos, reading books, and listening to audiobooks while working in another web application. Percipio ELSA also helps you answer questions and find learning content while you are exploring other websites.

Add Percipio ELSA to your Google Chrome browser and start learning today!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Percipio ELSA Percipio ELSA
ID ogddbpbbbnkmipdmjafanjcljlafdcop
URL Chính Thức https://chromewebstore.google.com/detail/percipio-elsa/ogddbpbbbnkmipdmjafanjcljlafdcop
Mô tả Percipio ELSA – Search, discover, and learn in Percipio, the intelligent learning platform, without ever changing screens.
Kích Thước Tệp 590 KB
Số Lần Cài Đặt 20,000
Phiên Bản Hiện Tại 1.29.1016
Cập Nhật Lần Cuối 2023-10-21
Ngày Phát Hành 2020-02-16
Đánh Giá 4.93/5 Tổng số 46 Đánh Giá
Nhà Phát Triển Skillsoft
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://documentation.skillsoft.com/en_us/privacy/percipio_privacy_policy.htm
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Percipio ELSA",
    "short_name": "ELSA",
    "version": "1.29.1016",
    "description": "Percipio ELSA \u2013 Search, discover, and learn in Percipio, the intelligent learning platform, without ever changing screens.",
    "browser_action": {
        "default_icon": {
            "16": "assets\/icon-16.png",
            "32": "assets\/icon-32.png",
            "48": "assets\/icon-48.png",
            "128": "assets\/icon-128.png"
        },
        "default_title": "Percipio ELSA",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "assets\/icon-16.png",
        "32": "assets\/icon-32.png",
        "48": "assets\/icon-48.png",
        "128": "assets\/icon-128.png"
    },
    "author": "Skillsoft",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "css": [],
            "js": [
                ".\/content.bundle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "identity",
        "https:\/\/*.percipio.com\/*",
        "contextMenus"
    ],
    "minimum_chrome_version": "60"
}