Glossary - Terminology Manager
Check terminology and enforce the consistent use of terms in confluence. Manage synonyms, abbreviations and grammar forms easily.
Cos'è Glossary - Terminology Manager?
Glossary - Terminology Manager è un'estensione di Chrome sviluppata da https://wknowledge.com, e la sua funzione principale è "Check terminology and enforce the consistent use of terms in confluence. Manage synonyms, abbreviations and grammar forms easily.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Glossary - Terminology Manager
Scarica i file di estensione Glossary - Terminology Manager 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
Use this extension to Highlight terms on Confluence pages.
A collaborative terminology life cycle at your company will help users to search for terminology easily and provide feedback.
Glossary - Terminology Manager chrome extension is a useful tools that helps user to highlight term by definition, grammar form, abbreviations and synonyms. Informazioni di Base sull'Estensione
| Nome | |
| ID | fanpfnblnmhbecminiikpkoildoaaeid |
| URL Ufficiale | https://chromewebstore.google.com/detail/glossary-terminology-mana/fanpfnblnmhbecminiikpkoildoaaeid |
| Descrizione | Check terminology and enforce the consistent use of terms in confluence. Manage synonyms, abbreviations and grammar forms easily. |
| Dimensione del File | 54.93 KB |
| Conteggio Installazioni | 26 |
| Versione Corrente | 0.1.0 |
| Ultimo Aggiornamento | 2021-02-08 |
| Data di Pubblicazione | 2021-02-08 |
| Sviluppatore | https://wknowledge.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://marketplace.atlassian.com/apps/1219513/glossary-terminology-manager?hosting=cloud&tab=overview |
| URL della Pagina di Aiuto | https://bitbucket.org/wknowledge/glossary-terminology-manager-cloud/issues?status=new&status=open |
| URL della Pagina della Politica sulla Privacy | https://bitbucket.org/wknowledge/glossary-terminology-manager/wiki/Privacy%20Policy |
| Lingue Supportate | en |
| manifest.json | |
{
"author": "W Knowledge",
"name": "Glossary - Terminology Manager",
"version": "0.1.0",
"description": "Check terminology and enforce the consistent use of terms in confluence. Manage synonyms, abbreviations and grammar forms easily.",
"content_scripts": [
{
"css": [
"css\/addon.css"
],
"js": [
"js\/jquery.min.js",
"js\/jquery.highlight.js",
"js\/addonHighlight.js"
],
"matches": [
"https:\/\/*.atlassian.net\/*"
],
"run_at": "document_idle"
}
],
"background": {
"scripts": [
"js\/jquery.min.js"
]
},
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"web_accessible_resources": [
"js\/jquery.min.js",
"js\/jquery.highlight.js",
"js\/addonHighlight.js",
"css\/addon.css",
"images\/*"
],
"manifest_version": 2,
"homepage_url": "https:\/\/marketplace.atlassian.com\/apps\/1219513\/glossary-terminology-manager?hosting=cloud&tab=overview",
"icons": {
"128": "images\/logo_128.png",
"16": "images\/logo_16.png",
"48": "images\/logo_48.png",
"96": "images\/logo_96.png"
}
} | |