EdCast By Cornerstone

The EdCast by Cornerstone browser extension empowers users to create and access content in the flow of work.

EdCast By Cornerstoneคืออะไร?

EdCast By Cornerstone เป็นส่วนขยายของ Chrome ที่พัฒนาโดย EdCast และคุณลักษณะหลักของมันคือ "The EdCast by Cornerstone browser extension empowers users to create and access content in the flow of work."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EdCast By Cornerstone

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

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

                        EdCast by Cornerstone empowers users to take learning and development into their own hands while learning in the flow of work.  EdCast offers a unified platform designed to operate end-to-end employee experience journeys spanning learning, skilling and career mobility. Its award-winning platform is used internationally by organizations ranging from large Global 2000 companies to small businesses and governments. With EdCast’s platforms, our customers are able to build a skilled, high-performance and future-ready workforce.

Features:

Content Discovery: Find and use content from within the organization and premium content providers that your organization subscribes in the Google Chrome experience powered by EdCast AI for personalization and relevance.

Content Curation and publishing: Learn, build skills, and share useful or impactful content within your organization, group, or channel with easy access to curation functions for articles and rich-media across the internet.

Knowledge Base Search: Search all the information used, tagged, subscribed and paid by your organization in one easy to use and familiar interface securely keeping knowledge within your organization.

Community Building: Build community and drive conversations around topics and content right in the flow of work

Assign Workflows: Equip managers and subject matter experts to assign content and tasks easily.                    

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

ชื่อ EdCast By Cornerstone EdCast By Cornerstone
ID nmnepfeljponffechclpkpejadcakiba
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/edcast-by-cornerstone/nmnepfeljponffechclpkpejadcakiba
คำอธิบาย The EdCast by Cornerstone browser extension empowers users to create and access content in the flow of work.
ขนาดไฟล์ 3.9 MB
จำนวนการติดตั้ง 7,426
เวอร์ชันปัจจุบัน 2024.1.1
อัปเดตครั้งล่าสุด 2024-02-02
วันที่เผยแพร่ 2020-10-03
คะแนน 4.95/5 รวมทั้งหมด 98 คะแนน
ผู้พัฒนา EdCast
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.cornerstoneondemand.com/edcast/
URL หน้านโยบายความเป็นส่วนตัว https://www.edcast.com/corp/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "EdCast",
    "name": "EdCast By Cornerstone",
    "version": "2024.1.1",
    "description": "The EdCast by Cornerstone browser extension empowers users to create and access content in the flow of work.",
    "manifest_version": 3,
    "background": {
        "service_worker": ".\/static\/js\/background.js",
        "type": "module"
    },
    "action": [],
    "content_scripts": [
        {
            "exclude_matches": [
                "*:\/\/cloud.scorm.com\/*",
                "*:\/\/terumoeur.plateau.com\/*",
                "*:\/\/terumo.pilgrimasp.com\/*"
            ],
            "exclude_globs": [
                "*cloud.scorm.com*",
                "*terumoeur.plateau.com*",
                "*terumo.pilgrimasp.com*"
            ],
            "matches": [
                ""
            ],
            "css": [
                ".\/assets\/root.css",
                ".\/static\/css\/content.css"
            ],
            "js": [
                ".\/static\/js\/content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "static\/css\/content.css",
                "static\/css\/app.css",
                "static\/media\/logo.png",
                "static\/media\/back.svg",
                "static\/media\/google.png",
                "static\/media\/facebook.png",
                "static\/media\/linkedin.png",
                "static\/media\/applogo.svg",
                "static\/media\/applogo-white.svg",
                "static\/media\/bell.svg",
                "static\/media\/bell-filled.svg",
                "static\/media\/close.svg",
                "static\/media\/smart-card.svg",
                "static\/media\/video-icon-filled.svg",
                "static\/media\/video-icon.svg",
                "static\/media\/default-user.svg",
                "static\/media\/loader.gif"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}