Seismic Learning

The Knowledge You Need. Served Up Instantly.

O que é Seismic Learning?

Seismic Learning é uma extensão do Chrome desenvolvida por Lessonly by Seismic, e sua principal característica é "The Knowledge You Need. Served Up Instantly.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Seismic Learning

Baixe arquivos de extensão Seismic Learning 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

                        According to McKinsey, the average worker spends nearly 20 percent of their workweek looking for internal information. That’s a full day of lost productivity—every week.

But Lessonly for Chrome recommends the critical information you need to do better work—when and where you need it. It’s as simple as Connect. Recommend. Reinforce. And Propel.

After installing the extension and logging in to your team’s Lessonly account, your admins map existing content in your Lessonly Learning Library to the websites, URLs, and web apps your team browses in your everyday workflow.

When you browse those websites, URLs, and web apps, Lessonly for Chrome instantly serves up information, resources, and lessons relevant to the task at hand. A single click takes you directly to the integral information you need, eliminating the need for additional, inefficient searching.

Equipped with the right knowledge, you can quickly and confidently move back to the task at hand, focused on closing more deals, elevating the customer experience, and doing better work.

For sales:
• Skill Development - Map Lessons to the web apps you use in your daily workflow like Salesforce, SalesLoft, and more.
• Researching competition - Map Lessons with kill sheets and other vital information on your top competitors to their websites, surfacing the information you need most
• Market knowledge - Get the exact information you need from pre-made Lessons without having to dig through it all yourself.

For support:
• Skill Development - Map Lessons to the web apps you use daily workflow like ZenDesk, Salesforce Service Cloud, and more.
• Competitive tools - Learn the differences between your company and the competition, arming you with the knowledge you need to be confident in conversations with customers. 

Spend less time searching the internet for the information you need, and more time focused on tasks that drive the bottom line, with Lessonly for Chrome. 

This extension requires a Lessonly account. To try free for 15 days, go to https://seismic.com/lessonly/                    

Informações Básicas da Extensão

Nome Seismic Learning Seismic Learning
ID mnhkflppfjijmbkjngdfebdmchobhcom
URL Oficial https://chromewebstore.google.com/detail/seismic-learning/mnhkflppfjijmbkjngdfebdmchobhcom
Descrição The Knowledge You Need. Served Up Instantly.
Tamanho do Arquivo 384 KB
Contagem de Instalações 13,369
Versão Atual 3.1.62
Última Atualização 2024-01-03
Data de Publicação 2019-04-04
Classificação 4.25/5 Total de 12 Avaliações
Desenvolvedor Lessonly by Seismic
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://seismic.com/lessonly/
URL da Página de Ajuda https://seismic.com/contact/
URL da Página de Política de Privacidade https://seismic.com/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Seismic Learning",
    "description": "The Knowledge You Need. Served Up Instantly.",
    "version": "3.1.62",
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/ajax.googleapis.com\/",
        "https:\/\/extensions.lessonly.com\/api\/v1\/related_content",
        "https:\/\/auth.lessonly.com\/chrome\/signin",
        "https:\/\/auth.lessonly.com\/chrome\/signin\/success",
        "identity",
        "storage"
    ],
    "browser_action": {
        "16": "learningicon16.png",
        "32": "learningicon32.png",
        "48": "learningicon48.png",
        "64": "learningicon64.png",
        "128": "learningicon128.png"
    },
    "icons": {
        "16": "learningicon16.png",
        "32": "learningicon32.png",
        "48": "learningicon48.png",
        "64": "learningicon64.png",
        "128": "learningicon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "font.css"
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "commands": {
        "set_lessonly_dismissed": {
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "mac": "Command+Shift+L"
            },
            "description": "Toggle the Lessonly popup"
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "font.css",
        "learningicon32.png",
        "learningicon48.png",
        "learningicon64.png",
        "learningicon128.png",
        "seismic-learning-logo.svg",
        "Proxima-Nova-Reg.otf",
        "Proxima-Nova-Sbold.otf",
        "search-icon.png",
        "widget.js",
        "widget.html",
        "icons.svg"
    ]
}