Percipio ELSA

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

Percipio ELSAคืออะไร?

Percipio ELSA เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Skillsoft และคุณลักษณะหลักของมันคือ "Percipio ELSA – Search, discover, and learn in Percipio, the intelligent learning platform, without ever changing screens."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        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"
}