Iteration X

Screenshot, Annotation and Issue Capture.

Iteration X là gì?

Iteration X là một tiện ích mở rộng Chrome được phát triển bởi https://iterationx.com, và tính năng chính của nó là "Screenshot, Annotation and Issue Capture.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Iteration X

Tải xuống các tệp mở rộng Iteration X 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

                        - 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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Iteration X Iteration X
ID mgcbmceeoigfcnpcngenflmmokjjelfl
URL Chính Thức https://chromewebstore.google.com/detail/iteration-x/mgcbmceeoigfcnpcngenflmmokjjelfl
Mô tả Screenshot, Annotation and Issue Capture.
Kích Thước Tệp 13.03 MB
Số Lần Cài Đặt 2,008
Phiên Bản Hiện Tại 6.0.5
Cập Nhật Lần Cuối 2024-02-29
Ngày Phát Hành 2021-01-14
Đánh Giá 4.98/5 Tổng số 204 Đánh Giá
Nhà Phát Triển https://iterationx.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.iterationx.com
URL Trang Trợ Giúp https://help.iterationx.com/en/
URL Trang Chính Sách Bảo Mật https://www.iterationx.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}