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 |
电子邮箱 | [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" } ] } |