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 擴展基本資訊
| 名稱 | |
| ID | bpjfgniflcdjodppkodbcmdleafknoed |
| 官方網址 | 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"
}
]
} | |