Iteration X

Screenshot, Annotation and Issue Capture.

Iteration X란 무엇입니까?

Iteration X은(는) https://iterationx.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Screenshot, Annotation and Issue Capture."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Iteration X 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        - Capture and share issues and perfect bug reports in seconds, with all the details your developers need (screenshots, video recordings, replays, element highlights, code, metadata, and more).

- Browse and update your issues visually, directly on your UI, for faster collaboration and bug resolution.

- View and manage your issues on the Iteration X AI-native project management app and get the help of powerful AI copilots to execute your tasks.

- Effortlessly send your captures to your existing tools such as Jira, Asana or Linear and enhance your current workflow.

Designed to keep your data safe and secure, Iteration X is SOC 2 Type II certified, ISO 27001 certified, ISO 27701 certified, GDPR and CCPA compliant.                    

확장 프로그램 기본 정보

이름 Iteration X Iteration X
ID mgcbmceeoigfcnpcngenflmmokjjelfl
공식 URL https://chromewebstore.google.com/detail/iteration-x/mgcbmceeoigfcnpcngenflmmokjjelfl
설명 Screenshot, Annotation and Issue Capture.
파일 크기 13.03 MB
설치 횟수 2,008
현재 버전 6.0.5
최근 업데이트 2024-02-29
출시 날짜 2021-01-14
평점 4.98/5 총 204 개의 평점
개발자 https://iterationx.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.iterationx.com
도움말 페이지 URL https://help.iterationx.com/en/
개인정보 보호 정책 페이지 URL https://www.iterationx.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Iteration X",
    "description": "Screenshot, Annotation and Issue Capture.",
    "version": "6.0.5",
    "permissions": [
        "tabCapture",
        "storage",
        "tabs",
        "activeTab",
        "cookies",
        "webRequest"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": ".\/icons\/icon-16.png",
        "48": ".\/icons\/icon-48.png",
        "128": ".\/icons\/icon-128.png"
    },
    "action": {
        "default_icon": ".\/assets\/itx-logo-blue.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content_script.js"
            ]
        },
        {
            "matches": [
                "https:\/\/app.iterationx.com\/*",
                "https:\/\/app.iterationx.io\/*"
            ],
            "js": [
                "js\/iterationx.io.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "resources\/*.json",
                "\/assets\/*",
                "injectedScript.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/app.iterationx.com\/*",
            "https:\/\/app.iterationx.io\/*"
        ]
    }
}