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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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
공식 URL 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": []
        }
    ]
}