No Duplicate Issues > JIRA Cloud

🧹 Keep JIRA Clean. ⏲ Avoid Duplicate Efforts.

No Duplicate Issues > JIRA Cloud란 무엇입니까?

No Duplicate Issues > JIRA Cloud은(는) mararn1618에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "🧹 Keep JIRA Clean. ⏲ Avoid Duplicate Efforts."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

No Duplicate Issues > JIRA Cloud 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 No Duplicate Issues > JIRA Cloud No Duplicate Issues > JIRA Cloud
ID jihcgbabplihbdibodomdkemeacpcfap
공식 URL https://chromewebstore.google.com/detail/no-duplicate-issues-%3E-jir/jihcgbabplihbdibodomdkemeacpcfap
설명 🧹 Keep JIRA Clean. ⏲ Avoid Duplicate Efforts.
파일 크기 3.44 MB
설치 횟수 110
현재 버전 0.3.0
최근 업데이트 2021-05-12
출시 날짜 2021-01-20
평점 3.00/5 총 2 개의 평점
개발자 mararn1618
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://marketplace.atlassian.com/apps/1224559/no-duplicate-issues-jira-cloud
도움말 페이지 URL https://marketplace.atlassian.com/vendors/1219576/secretbakery-io
지원되는 언어 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'"
}