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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย umesan และคุณลักษณะหลักของมันคือ "This is an extension that adds a copy button to each screen for "Issue Title", "URL", "Issue ID", etc. in Jira Software."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Add Copy Button to Jira Software
ดาวน์โหลดไฟล์ส่วนขยาย 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 } ] } |