Iteration X

Screenshot, Annotation and Issue Capture.

Τι είναι το Iteration X;

Το Iteration X είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://iterationx.com, και η κύρια λειτουργία του είναι "Screenshot, Annotation and Issue Capture.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Iteration X

Λήψη αρχείων επέκτασης 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
Επίσημο 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\/*"
        ]
    }
}