Seismic Learning

The Knowledge You Need. Served Up Instantly.

Τι είναι το Seismic Learning;

Το Seismic Learning είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Lessonly by Seismic, και η κύρια λειτουργία του είναι "The Knowledge You Need. Served Up Instantly.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Seismic Learning

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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"
    ]
}