Capian

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

Wat is Capian?

Capian is een Chrome-extensie ontwikkeld door https://capian.co, en de belangrijkste functie is "Capian helps you make usability evaluations and expert reviews more quickly.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Capian

Download Capian-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Capian Capian
ID edpkoigbbhaeapdgjohogckmeddejncp
Officiële URL https://chromewebstore.google.com/detail/capian/edpkoigbbhaeapdgjohogckmeddejncp
Beschrijving Capian helps you make usability evaluations and expert reviews more quickly.
Bestandsgrootte 111 KB
Aantal Installaties 1,824
Huidige Versie 0.1.44
Laatst Bijgewerkt 2023-01-13
Publicatiedatum 2019-12-19
Beoordeling 4.11/5 Totaal 9 Beoordelingen
Ontwikkelaar https://capian.co
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://capian.co
URL van de Privacybeleid Pagina https://capian.co/privacy
Ondersteunde Talen 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"
        }
    }
}