Smart Terms for Confluence
Turn Confluence into a seamless Wiki experience with a smart glossary and a powerfull definition engine.
Smart Terms for Confluence là gì?
Smart Terms for Confluence là một tiện ích mở rộng Chrome được phát triển bởi https://creativas.io, và tính năng chính của nó là "Turn Confluence into a seamless Wiki experience with a smart glossary and a powerfull definition engine.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Smart Terms for Confluence
Tải xuống các tệp mở rộng Smart Terms for Confluence dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Smart Terms for Confluence |
ID | lbhiobcniaahkfhclccbcmhihddhddch |
URL Chính Thức | https://chromewebstore.google.com/detail/smart-terms-for-confluenc/lbhiobcniaahkfhclccbcmhihddhddch |
Mô tả | Turn Confluence into a seamless Wiki experience with a smart glossary and a powerfull definition engine. |
Kích Thước Tệp | 1.97 MB |
Số Lần Cài Đặt | 7,978 |
Phiên Bản Hiện Tại | 2.2.2 |
Cập Nhật Lần Cuối | 2024-03-05 |
Ngày Phát Hành | 2020-05-22 |
Đánh Giá | 4.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://creativas.io |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } } |