Glossary - Terminology Manager

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

Hvad er Glossary - Terminology Manager?

Glossary - Terminology Manager er en Chrome-udvidelse udviklet af https://wknowledge.com, og dens hovedfunktion er "Check terminology and enforce the consistent use of terms in confluence. Manage synonyms, abbreviations and grammar forms easily.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Glossary - Terminology Manager-udvidelses-CRX-fil

Download Glossary - Terminology Manager-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Glossary - Terminology Manager Glossary - Terminology Manager
ID fanpfnblnmhbecminiikpkoildoaaeid
Officiel URL https://chromewebstore.google.com/detail/glossary-terminology-mana/fanpfnblnmhbecminiikpkoildoaaeid
Beskrivelse Check terminology and enforce the consistent use of terms in confluence. Manage synonyms, abbreviations and grammar forms easily.
Filstørrelse 54.93 KB
Antal Installationer 26
Nuværende Version 0.1.0
Senest Opdateret 2021-02-08
Udgivelsesdato 2021-02-08
Udvikler https://wknowledge.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://marketplace.atlassian.com/apps/1219513/glossary-terminology-manager?hosting=cloud&tab=overview
Hjælpeside-URL https://bitbucket.org/wknowledge/glossary-terminology-manager-cloud/issues?status=new&status=open
URL til Fortrolighedspolitik Side https://bitbucket.org/wknowledge/glossary-terminology-manager/wiki/Privacy%20Policy
Understøttede Sprog 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"
    }
}