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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } ] } |