Ask by Slite

Just ask, it answers.

什麼是Ask by Slite?

Ask by Slite是由https://slite.com開發的Chrome擴展程式,該擴展的主要功能是“Just ask, it answers.”。

擴展截圖

screenshot
screenshot

下載Ask by Slite擴展crx文件

下載Ask by Slite擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Meet Ask: our Al-powered knowledge base assistant. Skip searching and reading through endless docs and get the answer you know is there in an instant.                    

擴展基本資訊

名稱 Ask by Slite Ask by Slite
ID knnaldegackdplnkdpkhedkkpgpgjfga
官方網址 https://chromewebstore.google.com/detail/ask-by-slite/knnaldegackdplnkdpkhedkkpgpgjfga
簡介 Just ask, it answers.
檔案大小 23.73 MB
安裝次數 531
目前版本 1.1.0
更新時間 2024-02-20
上架時間 2023-11-08
評分 5.00/5 共 5 次評分
開發者 https://slite.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://slite.com
隱私政策頁面URL https://slite.slite.page/p/H1mLnkz6~/Privacy-at-Slite
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ask by Slite",
    "short_name": "Ask",
    "version": "1.1.0",
    "description": "Just ask, it answers.",
    "author": "Slite Inc.",
    "icons": {
        "128": "icon128.21f89712.png"
    },
    "background": {
        "service_worker": "serviceWorkerSidepanel.d5c23a5c.js",
        "type": "module"
    },
    "action": {
        "default_title": "Open Ask",
        "default_icon": {
            "16": "icon16.38a421fc.png",
            "32": "icon32.d3ae1896.png",
            "48": "icon48.077e5b47.png"
        }
    },
    "side_panel": {
        "default_path": "up_\/index.html"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+K",
                "mac": "Command+Shift+K",
                "chromeos": "Ctrl+Shift+K",
                "linux": "Ctrl+Shift+K"
            },
            "description": "Open Ask in sidebar"
        }
    },
    "host_permissions": [
        "https:\/\/*.slite.com\/*",
        "https:\/\/slite.com\/*"
    ],
    "permissions": [
        "downloads",
        "webRequest",
        "storage",
        "declarativeNetRequest",
        "sidePanel"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "up_\/index.html"
            ],
            "matches": []
        }
    ]
}