Atlassian Helper

Some handy helpers for Atlassian products

Atlassian Helper là gì?

Atlassian Helper là một tiện ích mở rộng Chrome được phát triển bởi Viljami Vastamäki, và tính năng chính của nó là "Some handy helpers for Atlassian products".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Atlassian Helper

Tải xuống các tệp mở rộng Atlassian Helper 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

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

Alternatively, you can press Ctrl + E                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Atlassian Helper Atlassian Helper
ID bpjfgniflcdjodppkodbcmdleafknoed
URL Chính Thức https://chromewebstore.google.com/detail/atlassian-helper/bpjfgniflcdjodppkodbcmdleafknoed
Mô tả Some handy helpers for Atlassian products
Kích Thước Tệp 4.21 KB
Số Lần Cài Đặt 162
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2022-11-30
Ngày Phát Hành 2020-10-05
Đánh Giá 4.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Viljami Vastamäki
Email [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",
    "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"
        }
    ]
}