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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Check terminology and enforce the consistent use of terms in confluence. Manage synonyms, abbreviations and grammar forms easily."입니다.
확장 프로그램 스크린샷
Glossary - Terminology Manager 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" } } |