Learn Amp

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

O que é Learn Amp?

Learn Amp é uma extensão do Chrome desenvolvida por https://learnamp.com, e sua principal característica é "The Learn Amp Chrome Extension allows Learn Amp users to add web pages to their Company Library.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Learn Amp

Baixe arquivos de extensão Learn Amp no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Learn Amp Learn Amp
ID peoeofefbnjmibgloikhnmeaiadeeebk
URL Oficial https://chromewebstore.google.com/detail/learn-amp/peoeofefbnjmibgloikhnmeaiadeeebk
Descrição The Learn Amp Chrome Extension allows Learn Amp users to add web pages to their Company Library.
Tamanho do Arquivo 907 KB
Contagem de Instalações 108
Versão Atual 1.0.5
Última Atualização 2020-10-05
Data de Publicação 2020-05-16
Desenvolvedor https://learnamp.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://learnamp.com
URL da Página de Ajuda https://support.learnamp.com/knowledge
URL da Página de Política de Privacidade https://learnamp.com/privacy-policy
Idiomas Suportados 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\/*"
    ]
}