Atlassian Helper

Some handy helpers for Atlassian products

What is Atlassian Helper?

Atlassian Helper is a Chrome extension developed by Viljami Vastamäki, and its main feature is "Some handy helpers for Atlassian products".

Extension Screenshots

screenshot

Download Atlassian Helper Extension CRX File

Download Atlassian Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Generates a button that allows users to expand all expandable boxes at once on the Confluence page.

Alternatively, you can press Ctrl + E                    

Extension Basic Information

Name Atlassian Helper Atlassian Helper
ID bpjfgniflcdjodppkodbcmdleafknoed
Official URL https://chromewebstore.google.com/detail/atlassian-helper/bpjfgniflcdjodppkodbcmdleafknoed
Description Some handy helpers for Atlassian products
File Size 4.21 KB
Installation Count 162
Current Version 1.2
Last Updated 2022-11-30
Publish Date 2020-10-05
Rating 4.00/5 Total 2 Ratings
Developer Viljami Vastamäki
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Atlassian Helper",
    "version": "1.2",
    "description": "Some handy helpers for Atlassian products",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.atlassian.net\/*"
            ],
            "js": [
                "index.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "index.js"
            ],
            "run_at": "document_end"
        }
    ]
}