Smart Terms for Confluence

Turn Confluence into a seamless Wiki experience with a smart glossary and a powerfull definition engine.

O que é Smart Terms for Confluence?

Smart Terms for Confluence é uma extensão do Chrome desenvolvida por https://creativas.io, e sua principal característica é "Turn Confluence into a seamless Wiki experience with a smart glossary and a powerfull definition engine.".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão Smart Terms for Confluence

Baixe arquivos de extensão Smart Terms for Confluence no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Smart Terms for Confluence Smart Terms for Confluence
ID lbhiobcniaahkfhclccbcmhihddhddch
URL Oficial https://chromewebstore.google.com/detail/smart-terms-for-confluenc/lbhiobcniaahkfhclccbcmhihddhddch
Descrição Turn Confluence into a seamless Wiki experience with a smart glossary and a powerfull definition engine.
Tamanho do Arquivo 1.97 MB
Contagem de Instalações 7,978
Versão Atual 2.2.2
Última Atualização 2024-03-05
Data de Publicação 2020-05-22
Classificação 4.00/5 Total de 3 Avaliações
Desenvolvedor https://creativas.io
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
        }
    }
}