Glossary - Terminology Manager

Check terminology and enforce the consistent use of terms in confluence. Manage synonyms, abbreviations and grammar forms easily.

Wat is Glossary - Terminology Manager?

Glossary - Terminology Manager is een Chrome-extensie ontwikkeld door https://wknowledge.com, en de belangrijkste functie is "Check terminology and enforce the consistent use of terms in confluence. Manage synonyms, abbreviations and grammar forms easily.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Glossary - Terminology Manager

Download Glossary - Terminology Manager-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Glossary - Terminology Manager Glossary - Terminology Manager
ID fanpfnblnmhbecminiikpkoildoaaeid
Officiële URL https://chromewebstore.google.com/detail/glossary-terminology-mana/fanpfnblnmhbecminiikpkoildoaaeid
Beschrijving Check terminology and enforce the consistent use of terms in confluence. Manage synonyms, abbreviations and grammar forms easily.
Bestandsgrootte 54.93 KB
Aantal Installaties 26
Huidige Versie 0.1.0
Laatst Bijgewerkt 2021-02-08
Publicatiedatum 2021-02-08
Ontwikkelaar https://wknowledge.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://marketplace.atlassian.com/apps/1219513/glossary-terminology-manager?hosting=cloud&tab=overview
Help Pagina-URL https://bitbucket.org/wknowledge/glossary-terminology-manager-cloud/issues?status=new&status=open
URL van de Privacybeleid Pagina https://bitbucket.org/wknowledge/glossary-terminology-manager/wiki/Privacy%20Policy
Ondersteunde Talen 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"
    }
}