360learning
360Learning's web extension puts learning in your flow of work
360learning란 무엇입니까?
360learning은(는) 360Learning에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "360Learning's web extension puts learning in your flow of work"입니다.
확장 프로그램 스크린샷
360learning 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
360Learning’s learning platform empowers companies to upskill from within. With this web extension, 360Learning will automatically recommend relevant courses to you based on your Google searches. Find courses within your existing flow of work and never miss out on the courses you need. Simply install the extension, log in to 360Learning, and start searching. Through collaborative learning, companies turn their experts into champions for employee, customer, and partner growth. 360Learning’s comprehensive learning platform combines LMS and LXP capabilities coupled with collaborative learning Academies to power your business’s upskilling flywheel. Discover the easiest way to onboard and upskill employees, train customer-facing teams, and enable customers and partners—all from one place.
확장 프로그램 기본 정보
이름 | 360learning |
ID | mdgjhfoobomjiohmonmcnnjmimllcaca |
공식 URL | https://chromewebstore.google.com/detail/360learning/mdgjhfoobomjiohmonmcnnjmimllcaca |
설명 | 360Learning's web extension puts learning in your flow of work |
파일 크기 | 933 KB |
설치 횟수 | 482 |
현재 버전 | 3.0.0 |
최근 업데이트 | 2023-12-07 |
출시 날짜 | 2023-03-11 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | 360Learning |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.360learning.com |
개인정보 보호 정책 페이지 URL | https://360learning.com/legal/google-chrome-extension-privacy-information |
지원되는 언어 | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_manifest_extensionName__", "description": "__MSG_manifest_extensionDescription__", "version": "3.0.0", "minimum_chrome_version": "102", "default_locale": "en", "icons": { "16": "logo-16.png", "48": "logo-48.png", "128": "logo-128.png" }, "action": { "default_icon": "logo-16.png", "default_popup": "popup.html" }, "background": { "service_worker": "serviceWorker.js" }, "permissions": [ "activeTab", "storage", "cookies", "tabs", "scripting" ], "host_permissions": [ "https:\/\/app.360learning.com\/api\/integration\/web-extension\/verify-url", "https:\/\/app.staging.360learning-dev.com\/api\/integration\/web-extension\/verify-url", "https:\/\/search-frc-staging-es.ent.francecentral.azure.elastic-cloud.com\/", "https:\/\/search-frc-prod-es.ent.francecentral.azure.elastic-cloud.com\/", "*:\/\/*.google.com\/*q=*", "*:\/\/*.google.co.uk\/*q=*", "*:\/\/*.google.de\/*q=*", "*:\/\/*.google.fr\/*q=*", "*:\/\/*.google.be\/*q=*", "*:\/\/*.google.ch\/*q=*" ], "optional_host_permissions": [ " |