No Duplicate Issues > JIRA Cloud
🧹 Keep JIRA Clean. ⏲ Avoid Duplicate Efforts.
No Duplicate Issues > JIRA Cloud là gì?
No Duplicate Issues > JIRA Cloud là một tiện ích mở rộng Chrome được phát triển bởi mararn1618, và tính năng chính của nó là "🧹 Keep JIRA Clean. ⏲ Avoid Duplicate Efforts.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng No Duplicate Issues > JIRA Cloud
Tải xuống các tệp mở rộng No Duplicate Issues > JIRA Cloud dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Stop duplicates by popping up similar issues, right when your teammembers are about to commit the crime 🦹♂️🚓. 👶 Simple: Install the Chrome plugin. Done. ⛅ Made for JIRA Cloud, JIRA Service Management Cloud 💻 Hooks into multiple touchpoints when creating new Issues • Default Issue Creation Popup • Quick Issue creation in Backlog View 🚗 Sidecar: Follows the issues you look at notifies you - "👋Hey, this is 79% similar". 🧠 Similar Issues with High Relevancy • A similarity-score in % indicates how relevant existing issues are • We use AI/Machine Learning - not simple JQL queries • In-depth comparsion - not just the new issue's summary 🏠 Search Scope: • Only your Project • Groups of Projects • All Projects
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | No Duplicate Issues > JIRA Cloud |
ID | jihcgbabplihbdibodomdkemeacpcfap |
URL Chính Thức | https://chromewebstore.google.com/detail/no-duplicate-issues-%3E-jir/jihcgbabplihbdibodomdkemeacpcfap |
Mô tả | 🧹 Keep JIRA Clean. ⏲ Avoid Duplicate Efforts. |
Kích Thước Tệp | 3.44 MB |
Số Lần Cài Đặt | 110 |
Phiên Bản Hiện Tại | 0.3.0 |
Cập Nhật Lần Cuối | 2021-05-12 |
Ngày Phát Hành | 2021-01-20 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | mararn1618 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://marketplace.atlassian.com/apps/1224559/no-duplicate-issues-jira-cloud |
URL Trang Trợ Giúp | https://marketplace.atlassian.com/vendors/1219576/secretbakery-io |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "No Duplicate Issues > JIRA Cloud", "description": "\ud83e\uddf9 Keep JIRA Clean. \u23f2 Avoid Duplicate Efforts.", "version": "0.3.0", "permissions": [ "storage", "https:\/\/*.markus-arndt.com\/*" ], "host_permissions": [ "https:\/\/*.markus-arndt.com" ], "content_scripts": [ { "js": [ "lib\/browser-polyfill-nosourcemap.js", "contentscript.js" ], "css": [ "contentscript.css" ], "matches": [ "https:\/\/*.atlassian.com\/*", "https:\/\/*.atlassian.net\/*" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "pages\/options-please-select-site.html", "browser_action": { "default_icon": { "16": "assets\/Logo3-16x16.png", "48": "assets\/Logo3-48x48.png", "64": "assets\/Logo3-64x64.png", "128": "assets\/Logo3-128x128.png" } }, "icons": { "16": "assets\/Logo3-16x16.png", "48": "assets\/Logo3-48x48.png", "64": "assets\/Logo3-64x64.png", "128": "assets\/Logo3-128x128.png" }, "web_accessible_resources": [ "assets\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |