Glossary - Terminology Manager
Check terminology and enforce the consistent use of terms in confluence. Manage synonyms, abbreviations and grammar forms easily.
Qu'est-ce que Glossary - Terminology Manager ?
Glossary - Terminology Manager est une extension Chrome développée par https://wknowledge.com, et sa fonction principale est "Check terminology and enforce the consistent use of terms in confluence. Manage synonyms, abbreviations and grammar forms easily.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Glossary - Terminology Manager
Téléchargez les fichiers d'extension Glossary - Terminology Manager au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Glossary - Terminology Manager |
ID | fanpfnblnmhbecminiikpkoildoaaeid |
URL Officiel | https://chromewebstore.google.com/detail/glossary-terminology-mana/fanpfnblnmhbecminiikpkoildoaaeid |
Description | Check terminology and enforce the consistent use of terms in confluence. Manage synonyms, abbreviations and grammar forms easily. |
Taille du Fichier | 54.93 KB |
Nombre d'Installations | 26 |
Version Actuelle | 0.1.0 |
Dernière Mise à Jour | 2021-02-08 |
Date de Publication | 2021-02-08 |
Développeur | https://wknowledge.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://marketplace.atlassian.com/apps/1219513/glossary-terminology-manager?hosting=cloud&tab=overview |
URL de la Page d'Aide | https://bitbucket.org/wknowledge/glossary-terminology-manager-cloud/issues?status=new&status=open |
URL de la Page de Politique de Confidentialité | https://bitbucket.org/wknowledge/glossary-terminology-manager/wiki/Privacy%20Policy |
Langues Prises en Charge | 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" } } |