Atlassian Helper
Some handy helpers for Atlassian products
Atlassian Helperとは何ですか?
Atlassian HelperはViljami Vastamäkiによって開発されたChromeの拡張機能で、その主な機能は「Some handy helpers for Atlassian products」です。
拡張機能のスクリーンショット
Atlassian Helper拡張機能のCRXファイルをダウンロード
Atlassian Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Generates a button that allows users to expand all expandable boxes at once on the Confluence page. Alternatively, you can press Ctrl + E
拡張機能の基本情報
名前 | Atlassian Helper |
ID | bpjfgniflcdjodppkodbcmdleafknoed |
公式URL | https://chromewebstore.google.com/detail/atlassian-helper/bpjfgniflcdjodppkodbcmdleafknoed |
説明 | Some handy helpers for Atlassian products |
ファイルサイズ | 4.21 KB |
インストール数 | 162 |
現在のバージョン | 1.2 |
最終更新日 | 2022-11-30 |
公開日 | 2020-10-05 |
評価 | 4.00/5 合計 2 レビュー |
開発者 | Viljami Vastamäki |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" } ] } |