Capian

Capian helps you make usability evaluations and expert reviews more quickly.

Was ist Capian?

Capian ist eine Chrome-Erweiterung, die von https://capian.co entwickelt wurde, und ihr Hauptmerkmal ist "Capian helps you make usability evaluations and expert reviews more quickly.".

Erweiterungsscreenshots

screenshot
screenshot

Capian-Erweiterungs-CRX-Datei herunterladen

Laden Sie Capian-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Capture, annotate and build usability evaluations and UX expert reviews all at once.

Right from your browser, can capture, annotate and build your usability report step by step while browsing your client's website.

By providing a browser extension that enables captures and annotations onsite with an online platform to manage and complete your reports, Capian allows you to focus where you have the most value: your expert review.                    

Grundlegende Informationen zur Erweiterung

Name Capian Capian
ID edpkoigbbhaeapdgjohogckmeddejncp
Offizielle URL https://chromewebstore.google.com/detail/capian/edpkoigbbhaeapdgjohogckmeddejncp
Beschreibung Capian helps you make usability evaluations and expert reviews more quickly.
Dateigröße 111 KB
Installationsanzahl 1,824
Aktuelle Version 0.1.44
Letztes Update 2023-01-13
Veröffentlichungsdatum 2019-12-19
Bewertung 4.11/5 Insgesamt 9 Bewertungen
Entwickler https://capian.co
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://capian.co
URL der Datenschutzrichtlinien-Seite https://capian.co/privacy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Capian",
    "description": "Capian helps you make usability evaluations and expert reviews more quickly.",
    "version": "0.1.44",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icon.png",
        "default_title": "Capian"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "capture.html",
                "style.css",
                "widget.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "sandbox": "sandbox allow-scripts; script-src 'self' 'unsafe-eval'; object-src 'self'"
    },
    "sandbox": {
        "pages": [
            "capture.html"
        ]
    },
    "commands": {
        "capture-visible": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "MacCtrl+Shift+Y"
            },
            "description": "Capture screen"
        }
    }
}