Spekit

The leading in-app digital adoption and enablement platform.

What is Spekit?

Spekit is a Chrome extension developed by https://www.spekit.com, and its main feature is "The leading in-app digital adoption and enablement platform.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Spekit Extension CRX File

Download Spekit extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Spekit empowers teams to become exponentially more successful, knowledgeable, and faster at their jobs by delivering bite-sized training, enablement, and resources directly into their flow of work.

The Spekit just-in-time learning platform embeds your company’s playbooks, FAQs, knowledge, and processes into the tools your team use every day so employees can be more effective and productive without losing time searching for critical information, context switching, or sitting through long training sessions.

With Spekit, you can drive change, promote best practices, ensure tool adoption and accountability, and onboard new employees remotely with ease.                    

Extension Basic Information

Name Spekit Spekit
ID nbphjjmibhopfgkkbpoggemjnihnchhk
Official URL https://chromewebstore.google.com/detail/spekit/nbphjjmibhopfgkkbpoggemjnihnchhk
Description The leading in-app digital adoption and enablement platform.
File Size 116 MB
Installation Count 43,822
Current Version 2024.08.18
Last Updated 2024-02-26
Publish Date 2020-06-18
Rating 4.88/5 Total 33 Ratings
Developer https://www.spekit.com
Email [email protected]
Payment Type free
Extension Website https://www.spekit.com
Help Page URL https://help.spekit.com/
Privacy Policy Page URL https://www.spekit.com/legal/privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Spekit",
    "short_name": "Spekit",
    "version": "2024.08.18",
    "manifest_version": 3,
    "description": "The leading in-app digital adoption and enablement platform.",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjisGyhuZJkSolQE4ddPS45QXQ5rDMqMo69B2QfUyF26\/icpghT\/x7AJTMFxvyggSMpXrcKHIfxtQ7UN9C\/SeZBP3PtKLvrzyCbZJCRXrv9URh5WnlQILrB0hjofqhtgxvs4Fj95v21beIX\/v+37PKsA7otIetJBB\/3U4WTbn2kAIMy7JnznK6KnDQFCoNa\/NLx2At1L1inScomkgX6i5bS0lnMImX90IoA13H\/HVPp4xo7W038mf3STE95ZlOGFuSbObgTU8pRPo6XJpfqOinpOayCnYLMbeUcPjLVpFRdMLYvrnrCrwcw8zlvkFKNd1gZzNGYFaEQVc+dalnq0WtwIDAQAB",
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "action": {
        "default_icon": "images\/logo.png",
        "default_title": "Spekit"
    },
    "permissions": [
        "tabs",
        "notifications",
        "webNavigation",
        "contextMenus",
        "alarms",
        "scripting",
        "activeTab",
        "storage",
        "system.cpu",
        "system.memory",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "browser_action.html"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "styles\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "fonts\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "js\/browserAction.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "core\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "ui\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "version_name": "2024.08.18",
    "externally_connectable": {
        "matches": [
            "https:\/\/app.spekit.co\/*"
        ]
    }
}