Spekit

The leading in-app digital adoption and enablement platform.

Was ist Spekit?

Spekit ist eine Chrome-Erweiterung, die von https://www.spekit.com entwickelt wurde, und ihr Hauptmerkmal ist "The leading in-app digital adoption and enablement platform.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Spekit-Erweiterungs-CRX-Datei herunterladen

Laden Sie Spekit-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Spekit Spekit
ID nbphjjmibhopfgkkbpoggemjnihnchhk
Offizielle URL https://chromewebstore.google.com/detail/spekit/nbphjjmibhopfgkkbpoggemjnihnchhk
Beschreibung The leading in-app digital adoption and enablement platform.
Dateigröße 116 MB
Installationsanzahl 43,822
Aktuelle Version 2024.08.18
Letztes Update 2024-02-26
Veröffentlichungsdatum 2020-06-18
Bewertung 4.88/5 Insgesamt 33 Bewertungen
Entwickler https://www.spekit.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.spekit.com
Hilfeseite URL https://help.spekit.com/
URL der Datenschutzrichtlinien-Seite https://www.spekit.com/legal/privacy-policy
Unterstützte Sprachen 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\/*"
        ]
    }
}