Spekit

The leading in-app digital adoption and enablement platform.

Spekitคืออะไร?

Spekit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.spekit.com และคุณลักษณะหลักของมันคือ "The leading in-app digital adoption and enablement platform."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Spekit

ดาวน์โหลดไฟล์ส่วนขยาย Spekit ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
        ]
    }
}