Ask by Slite
Just ask, it answers.
Ask by Sliteとは何ですか?
Ask by Sliteはhttps://slite.comによって開発されたChromeの拡張機能で、その主な機能は「Just ask, it answers.」です。
拡張機能のスクリーンショット
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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": []
}
]
} | |