Seismic Learning

The Knowledge You Need. Served Up Instantly.

Hvad er Seismic Learning?

Seismic Learning er en Chrome-udvidelse udviklet af Lessonly by Seismic, og dens hovedfunktion er "The Knowledge You Need. Served Up Instantly.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Seismic Learning-udvidelses-CRX-fil

Download Seismic Learning-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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/                    

Grundlæggende oplysninger om udvidelsen

Navn Seismic Learning Seismic Learning
ID mnhkflppfjijmbkjngdfebdmchobhcom
Officiel URL https://chromewebstore.google.com/detail/seismic-learning/mnhkflppfjijmbkjngdfebdmchobhcom
Beskrivelse The Knowledge You Need. Served Up Instantly.
Filstørrelse 384 KB
Antal Installationer 13,369
Nuværende Version 3.1.62
Senest Opdateret 2024-01-03
Udgivelsesdato 2019-04-04
Bedømmelse 4.25/5 Samlet 12 Bedømmelser
Udvikler Lessonly by Seismic
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://seismic.com/lessonly/
Hjælpeside-URL https://seismic.com/contact/
URL til Fortrolighedspolitik Side https://seismic.com/privacy-policy
Understøttede Sprog 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"
    ]
}