Glossary - Terminology Manager

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

Glossary - Terminology Manager क्या है?

Glossary - Terminology Manager https://wknowledge.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Check terminology and enforce the consistent use of terms in confluence. Manage synonyms, abbreviations and grammar forms easily."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Glossary - Terminology Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Glossary - Terminology Manager Glossary - Terminology Manager
ID fanpfnblnmhbecminiikpkoildoaaeid
आधिकारिक URL https://chromewebstore.google.com/detail/glossary-terminology-mana/fanpfnblnmhbecminiikpkoildoaaeid
विवरण Check terminology and enforce the consistent use of terms in confluence. Manage synonyms, abbreviations and grammar forms easily.
फ़ाइल का आकार 54.93 KB
स्थापना संख्या 26
वर्तमान संस्करण 0.1.0
अंतिम अपडेट 2021-02-08
प्रकाशन तिथि 2021-02-08
डेवलपर https://wknowledge.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://marketplace.atlassian.com/apps/1219513/glossary-terminology-manager?hosting=cloud&tab=overview
सहायता पृष्ठ URL https://bitbucket.org/wknowledge/glossary-terminology-manager-cloud/issues?status=new&status=open
गोपनीयता नीति पृष्ठ URL https://bitbucket.org/wknowledge/glossary-terminology-manager/wiki/Privacy%20Policy
समर्थित भाषाएँ 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"
    }
}