Glossary - Terminology Manager
Check terminology and enforce the consistent use of terms in confluence. Manage synonyms, abbreviations and grammar forms easily.
What is Glossary - Terminology Manager?
Glossary - Terminology Manager is a Chrome extension developed by https://wknowledge.com, and its main feature is "Check terminology and enforce the consistent use of terms in confluence. Manage synonyms, abbreviations and grammar forms easily.".
Extension Screenshots
Download Glossary - Terminology Manager Extension CRX File
Download Glossary - Terminology Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Glossary - Terminology Manager |
ID | fanpfnblnmhbecminiikpkoildoaaeid |
Official URL | 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. |
File Size | 54.93 KB |
Installation Count | 26 |
Current Version | 0.1.0 |
Last Updated | 2021-02-08 |
Publish Date | 2021-02-08 |
Developer | https://wknowledge.com |
[email protected] | |
Payment Type | free |
Extension Website | https://marketplace.atlassian.com/apps/1219513/glossary-terminology-manager?hosting=cloud&tab=overview |
Help Page URL | https://bitbucket.org/wknowledge/glossary-terminology-manager-cloud/issues?status=new&status=open |
Privacy Policy Page URL | https://bitbucket.org/wknowledge/glossary-terminology-manager/wiki/Privacy%20Policy |
Supported Languages | 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" } } |