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文件
下载Add Copy Button to Jira Software扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 } ] } |