Spekit

The leading in-app digital adoption and enablement platform.

O que é Spekit?

Spekit é uma extensão do Chrome desenvolvida por https://www.spekit.com, e sua principal característica é "The leading in-app digital adoption and enablement platform.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Spekit

Baixe arquivos de extensão Spekit no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Spekit Spekit
ID nbphjjmibhopfgkkbpoggemjnihnchhk
URL Oficial https://chromewebstore.google.com/detail/spekit/nbphjjmibhopfgkkbpoggemjnihnchhk
Descrição The leading in-app digital adoption and enablement platform.
Tamanho do Arquivo 116 MB
Contagem de Instalações 43,822
Versão Atual 2024.08.18
Última Atualização 2024-02-26
Data de Publicação 2020-06-18
Classificação 4.88/5 Total de 33 Avaliações
Desenvolvedor https://www.spekit.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.spekit.com
URL da Página de Ajuda https://help.spekit.com/
URL da Página de Política de Privacidade https://www.spekit.com/legal/privacy-policy
Idiomas Suportados 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\/*"
        ]
    }
}