Add Copy Button to Jira Software
This is an extension that adds a copy button to each screen for "Issue Title", "URL", "Issue ID", etc. in Jira Software.
Add Copy Button to Jira Software란 무엇입니까?
Add Copy Button to Jira Software은(는) umesan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This is an extension that adds a copy button to each screen for "Issue Title", "URL", "Issue ID", etc. in Jira Software."입니다.
확장 프로그램 스크린샷
Add Copy Button to Jira Software 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is an extension that adds a copy button to each screen for "Issue Title", "URL", "Issue ID", etc. in Jira Software. ・Issue Details Screen ・Board's "Active Sprint" screen ・Board's "Backlog" screen
확장 프로그램 기본 정보
이름 | Add Copy Button to Jira Software |
ID | bnkbkbkakhgcifahkcebfendjniblelf |
공식 URL | https://chromewebstore.google.com/detail/add-copy-button-to-jira-s/bnkbkbkakhgcifahkcebfendjniblelf |
설명 | This is an extension that adds a copy button to each screen for "Issue Title", "URL", "Issue ID", etc. in Jira Software. |
파일 크기 | 115 KB |
설치 횟수 | 44 |
현재 버전 | 1.0.4 |
최근 업데이트 | 2023-02-02 |
출시 날짜 | 2023-01-11 |
개발자 | umesan |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Add Copy Button to Jira Software", "description": "__MSG_extDescription__", "version": "1.0.4", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "default_locale": "ja", "options_page": "pages\/options.html", "permissions": [ "storage" ], "action": [], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/content-script-loader.main.ts.088a4960.f5c03259.js" ], "matches": [ "https:\/\/*.atlassian.net\/jira\/*", "https:\/\/*.atlassian.net\/browse\/*" ], "run_at": "document_end", "css": [ "assets\/main.ts.6495e552.css" ] } ], "web_accessible_resources": [ { "matches": [ "https:\/\/*.atlassian.net\/*", "https:\/\/*.atlassian.net\/*" ], "resources": [ "assets\/constants.a5268efc.js", "assets\/main.ts.088a4960.js" ], "use_dynamic_url": true } ] } |