Confluence Quick Search
Quickly search team knowledge with the press of a button
O que é Confluence Quick Search?
Confluence Quick Search é uma extensão do Chrome desenvolvida por anth0d, e sua principal característica é "Quickly search team knowledge with the press of a button".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Confluence Quick Search
Baixe arquivos de extensão Confluence Quick Search 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
Free and open-source add-on to speed up your ability to find information in Confluence. Open a search box using a keyboard shortcut (assigned in chrome://extensions/settings) or type "con" in your browser's omnibox to launch a search in a new tab. No ads!
Informações Básicas da Extensão
Nome | Confluence Quick Search |
ID | gimcmmlpmjffkpbomagapjhdfbbeldfk |
URL Oficial | https://chromewebstore.google.com/detail/confluence-quick-search/gimcmmlpmjffkpbomagapjhdfbbeldfk |
Descrição | Quickly search team knowledge with the press of a button |
Tamanho do Arquivo | 88.69 KB |
Contagem de Instalações | 5,010 |
Versão Atual | 2.0.1 |
Última Atualização | 2024-02-15 |
Data de Publicação | 2019-11-12 |
Classificação | 4.36/5 Total de 11 Avaliações |
Desenvolvedor | anth0d |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://github.com/anth0d/confluence-quick-search/issues |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Confluence Quick Search", "short_name": "confluenceqs", "version": "2.0.1", "description": "Quickly search team knowledge with the press of a button", "manifest_version": 3, "action": { "default_icon": { "16": "images\/connie-16.png", "32": "images\/connie-32.png", "48": "images\/connie-48.png", "128": "images\/connie-128.png" }, "default_popup": "action.html", "default_title": "Search Confluence" }, "commands": { "_execute_action": { "description": "Open Confluence Quick Search", "suggested_key": { "windows": "Ctrl+Shift+K", "mac": "Command+Shift+K", "chromeos": "Ctrl+Shift+K", "linux": "Ctrl+Shift+K" }, "global": true } }, "icons": { "16": "images\/connie-16.png", "32": "images\/connie-32.png", "48": "images\/connie-48.png", "128": "images\/connie-128.png" }, "omnibox": { "keyword": "con" }, "permissions": [ "storage" ], "background": { "service_worker": "js\/background.js" }, "minimum_chrome_version": "88", "optional_host_permissions": [ "*:\/\/*\/*" ] } |