Smart Terms for Confluence
Turn Confluence into a seamless Wiki experience with a smart glossary and a powerfull definition engine.
Smart Terms for Confluence란 무엇입니까?
Smart Terms for Confluence은(는) https://creativas.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Turn Confluence into a seamless Wiki experience with a smart glossary and a powerfull definition engine."입니다.
확장 프로그램 스크린샷
Smart Terms for Confluence 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Smart Terms makes your Company's terminology flawless, it brings defined terms, and their related vocabs from all your pages and connect the dots. By adding a term to your Confluence glossary, you boost the definition with additional information like synonyms, acronyms, idioms, enriched media (pdfs, images, videos) and more, giving you a crystal clear picture of all defined terms within your instance.
확장 프로그램 기본 정보
이름 | Smart Terms for Confluence |
ID | lbhiobcniaahkfhclccbcmhihddhddch |
공식 URL | https://chromewebstore.google.com/detail/smart-terms-for-confluenc/lbhiobcniaahkfhclccbcmhihddhddch |
설명 | Turn Confluence into a seamless Wiki experience with a smart glossary and a powerfull definition engine. |
파일 크기 | 1.97 MB |
설치 횟수 | 7,978 |
현재 버전 | 2.2.2 |
최근 업데이트 | 2024-03-05 |
출시 날짜 | 2020-05-22 |
평점 | 4.00/5 총 3 개의 평점 |
개발자 | https://creativas.io |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Creativas", "name": "Smart Terms for Confluence", "version": "2.2.2", "description": "Turn Confluence into a seamless Wiki experience with a smart glossary and a powerfull definition engine.", "manifest_version": 3, "homepage_url": "https:\/\/creativas.io\/smart-terms-for-confluence-glossary", "web_accessible_resources": [ { "resources": [ "resources\/*", "static\/*" ], "matches": [ "https:\/\/*.atlassian.net\/*", "https:\/\/*.jira.com\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/*.atlassian.net\/*", "https:\/\/*.jira.com\/*" ], "run_at": "document_idle", "js": [ "resources\/js\/lib\/jquery.min.js", "resources\/js\/lib\/detect.min.js", "resources\/js\/extension-loader.js" ], "css": [ "resources\/css\/extension_init.css" ] } ], "icons": { "16": "resources\/images\/logos\/logo_16.png", "32": "resources\/images\/logos\/logo_32.png", "48": "resources\/images\/logos\/logo_48.png", "64": "resources\/images\/logos\/logo_64.png", "96": "resources\/images\/logos\/logo_96.png", "128": "resources\/images\/logos\/logo_128.png" }, "action": { "default_icon": { "16": "resources\/images\/logos\/logo_16.png", "32": "resources\/images\/logos\/logo_32.png", "48": "resources\/images\/logos\/logo_48.png", "64": "resources\/images\/logos\/logo_64.png", "96": "resources\/images\/logos\/logo_96.png", "128": "resources\/images\/logos\/logo_128.png" } } } |