Capian

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

What is Capian?

Capian is a Chrome extension developed by https://capian.co, and its main feature is "Capian helps you make usability evaluations and expert reviews more quickly.".

Extension Screenshots

screenshot
screenshot

Download Capian Extension CRX File

Download Capian extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Capian Capian
ID edpkoigbbhaeapdgjohogckmeddejncp
Official URL https://chromewebstore.google.com/detail/capian/edpkoigbbhaeapdgjohogckmeddejncp
Description Capian helps you make usability evaluations and expert reviews more quickly.
File Size 111 KB
Installation Count 1,824
Current Version 0.1.44
Last Updated 2023-01-13
Publish Date 2019-12-19
Rating 4.11/5 Total 9 Ratings
Developer https://capian.co
Email [email protected]
Payment Type free
Extension Website https://capian.co
Privacy Policy Page URL https://capian.co/privacy
Supported Languages 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"
        }
    }
}