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 هو إضافة Chrome تم تطويرها بواسطة https://wknowledge.com، والميزة الرئيسية لها هي "Check terminology and enforce the consistent use of terms in confluence. Manage synonyms, abbreviations and grammar forms easily.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Glossary - Terminology Manager

قم بتنزيل ملفات الامتداد Glossary - Terminology Manager بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة https://bitbucket.org/wknowledge/glossary-terminology-manager-cloud/issues?status=new&status=open
عنوان صفحة سياسة الخصوصية 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"
    }
}