Percipio ELSA

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

Percipio ELSA란 무엇입니까?

Percipio ELSA은(는) Skillsoft에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Percipio ELSA – Search, discover, and learn in Percipio, the intelligent learning platform, without ever changing screens."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Percipio ELSA 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 Percipio ELSA Percipio ELSA
ID ogddbpbbbnkmipdmjafanjcljlafdcop
공식 URL https://chromewebstore.google.com/detail/percipio-elsa/ogddbpbbbnkmipdmjafanjcljlafdcop
설명 Percipio ELSA – Search, discover, and learn in Percipio, the intelligent learning platform, without ever changing screens.
파일 크기 590 KB
설치 횟수 20,000
현재 버전 1.29.1016
최근 업데이트 2023-10-21
출시 날짜 2020-02-16
평점 4.93/5 총 46 개의 평점
개발자 Skillsoft
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://documentation.skillsoft.com/en_us/privacy/percipio_privacy_policy.htm
지원되는 언어 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"
}