Seismic Learning

The Knowledge You Need. Served Up Instantly.

Cos'è Seismic Learning?

Seismic Learning è un'estensione di Chrome sviluppata da Lessonly by Seismic, e la sua funzione principale è "The Knowledge You Need. Served Up Instantly.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Seismic Learning

Scarica i file di estensione Seismic Learning in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/                    

Informazioni di Base sull'Estensione

Nome Seismic Learning Seismic Learning
ID mnhkflppfjijmbkjngdfebdmchobhcom
URL Ufficiale https://chromewebstore.google.com/detail/seismic-learning/mnhkflppfjijmbkjngdfebdmchobhcom
Descrizione The Knowledge You Need. Served Up Instantly.
Dimensione del File 384 KB
Conteggio Installazioni 13,369
Versione Corrente 3.1.62
Ultimo Aggiornamento 2024-01-03
Data di Pubblicazione 2019-04-04
Valutazione 4.25/5 Totale 12 Valutazioni
Sviluppatore Lessonly by Seismic
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://seismic.com/lessonly/
URL della Pagina di Aiuto https://seismic.com/contact/
URL della Pagina della Politica sulla Privacy https://seismic.com/privacy-policy
Lingue Supportate 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"
    ]
}