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ファイルをダウンロード

Learn Amp拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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\/*"
    ]
}