Iteration X

Screenshot, Annotation and Issue Capture.

Iteration X क्या है?

Iteration X https://iterationx.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Screenshot, Annotation and Issue Capture."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Iteration X एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
        ]
    }
}