Learn Amp

The Learn Amp Chrome Extension allows Learn Amp users to add web pages to their Company Library.

Learn Amp란 무엇입니까?

Learn Amp은(는) https://learnamp.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Learn Amp Chrome Extension allows Learn Amp users to add web pages to their Company Library."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Learn Amp 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Before using this Chrome Extension, you will need an account on the Learn Amp platform:
https://learnamp.com

This Chrome extension allows Learn Amp users to quickly add items to their company library. 

Find a web page you want to add as an item in Learn Amp, and simply click to add the page to your Learn Amp account.

About Learn Amp

Give your employees a platform to succeed
Learning, employee engagement and performance management all in one, to develop happy, engaged and performing employees.

Learn Amp is for:

Organisations and employees
Create a company branded digital environment for your team. Deliver the ultimate employee journey to drive performance and boost retention.

Communities and customers
Build an online community for engaging and educating your customers. Benefit from competitive insights and higher loyalty amongst your customer base.

Learning providers and students
Use the global no.1 Learning Experience Platform for the simplest and most enjoyable learner experience out there. Our coaching and assessment tools will deliver the highest completion rates possible and encourage outstanding feedback.                    

확장 프로그램 기본 정보

이름 Learn Amp Learn Amp
ID peoeofefbnjmibgloikhnmeaiadeeebk
공식 URL https://chromewebstore.google.com/detail/learn-amp/peoeofefbnjmibgloikhnmeaiadeeebk
설명 The Learn Amp Chrome Extension allows Learn Amp users to add web pages to their Company Library.
파일 크기 907 KB
설치 횟수 108
현재 버전 1.0.5
최근 업데이트 2020-10-05
출시 날짜 2020-05-16
개발자 https://learnamp.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://learnamp.com
도움말 페이지 URL https://support.learnamp.com/knowledge
개인정보 보호 정책 페이지 URL https://learnamp.com/privacy-policy
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Learn Amp",
    "description": "The Learn Amp Chrome Extension allows Learn Amp users to add web pages to their Company Library.",
    "version": "1.0.5",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": ".\/img\/bulb_icon.png"
    },
    "icons": {
        "48": ".\/img\/bulb_icon.png",
        "128": ".\/img\/logo.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "storage",
        ""
    ],
    "web_accessible_resources": [
        "safe\/*"
    ]
}