Ask by Slite
Just ask, it answers.
O que é Ask by Slite?
Ask by Slite é uma extensão do Chrome desenvolvida por https://slite.com, e sua principal característica é "Just ask, it answers.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Ask by Slite
Baixe arquivos de extensão Ask by Slite no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Ask by Slite |
ID | knnaldegackdplnkdpkhedkkpgpgjfga |
URL Oficial | https://chromewebstore.google.com/detail/ask-by-slite/knnaldegackdplnkdpkhedkkpgpgjfga |
Descrição | Just ask, it answers. |
Tamanho do Arquivo | 23.73 MB |
Contagem de Instalações | 531 |
Versão Atual | 1.1.0 |
Última Atualização | 2024-02-20 |
Data de Publicação | 2023-11-08 |
Classificação | 5.00/5 Total de 5 Avaliações |
Desenvolvedor | https://slite.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://slite.com |
URL da Página de Política de Privacidade | https://slite.slite.page/p/H1mLnkz6~/Privacy-at-Slite |
Idiomas Suportados | 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": [] } ] } |