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文件

下載Iteration X擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        - 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
官方網址 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\/*"
        ]
    }
}