Spekit

The leading in-app digital adoption and enablement platform.

Spekit란 무엇입니까?

Spekit은(는) https://www.spekit.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The leading in-app digital adoption and enablement platform."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Spekit 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Spekit Spekit
ID nbphjjmibhopfgkkbpoggemjnihnchhk
공식 URL https://chromewebstore.google.com/detail/spekit/nbphjjmibhopfgkkbpoggemjnihnchhk
설명 The leading in-app digital adoption and enablement platform.
파일 크기 116 MB
설치 횟수 43,822
현재 버전 2024.08.18
최근 업데이트 2024-02-26
출시 날짜 2020-06-18
평점 4.88/5 총 33 개의 평점
개발자 https://www.spekit.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.spekit.com
도움말 페이지 URL https://help.spekit.com/
개인정보 보호 정책 페이지 URL https://www.spekit.com/legal/privacy-policy
지원되는 언어 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\/*"
        ]
    }
}