Confluence Quick Search
Quickly search team knowledge with the press of a button
Cos'è Confluence Quick Search?
Confluence Quick Search è un'estensione di Chrome sviluppata da anth0d, e la sua funzione principale è "Quickly search team knowledge with the press of a button".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Confluence Quick Search
Scarica i file di estensione Confluence Quick Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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! Informazioni di Base sull'Estensione
| Nome | |
| ID | gimcmmlpmjffkpbomagapjhdfbbeldfk |
| URL Ufficiale | https://chromewebstore.google.com/detail/confluence-quick-search/gimcmmlpmjffkpbomagapjhdfbbeldfk |
| Descrizione | Quickly search team knowledge with the press of a button |
| Dimensione del File | 88.69 KB |
| Conteggio Installazioni | 5,010 |
| Versione Corrente | 2.0.1 |
| Ultimo Aggiornamento | 2024-02-15 |
| Data di Pubblicazione | 2019-11-12 |
| Valutazione | 4.36/5 Totale 11 Valutazioni |
| Sviluppatore | anth0d |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina di Aiuto | https://github.com/anth0d/confluence-quick-search/issues |
| Lingue Supportate | 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": [
"*:\/\/*\/*"
]
} | |