Seismic Learning

The Knowledge You Need. Served Up Instantly.

Seismic Learningとは何ですか?

Seismic LearningはLessonly by Seismicによって開発されたChromeの拡張機能で、その主な機能は「The Knowledge You Need. Served Up Instantly.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Seismic Learning拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        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/                    

拡張機能の基本情報

名前 Seismic Learning Seismic Learning
ID mnhkflppfjijmbkjngdfebdmchobhcom
公式URL https://chromewebstore.google.com/detail/seismic-learning/mnhkflppfjijmbkjngdfebdmchobhcom
説明 The Knowledge You Need. Served Up Instantly.
ファイルサイズ 384 KB
インストール数 13,369
現在のバージョン 3.1.62
最終更新日 2024-01-03
公開日 2019-04-04
評価 4.25/5 合計 12 レビュー
開発者 Lessonly by Seismic
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://seismic.com/lessonly/
ヘルプページのURL https://seismic.com/contact/
プライバシーポリシーページのURL https://seismic.com/privacy-policy
対応言語 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"
    ]
}