Capian

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

什么是Capian?

Capian是由https://capian.co开发的Chrome扩展程序,该扩展的主要功能是“Capian helps you make usability evaluations and expert reviews more quickly.”。

扩展截图

screenshot
screenshot

下载Capian扩展crx文件

下载Capian扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Capian Capian
ID edpkoigbbhaeapdgjohogckmeddejncp
官方URL https://chromewebstore.google.com/detail/capian/edpkoigbbhaeapdgjohogckmeddejncp
简介 Capian helps you make usability evaluations and expert reviews more quickly.
文件大小 111 KB
安装次数 1,824
当前版本 0.1.44
更新时间 2023-01-13
上架时间 2019-12-19
评分 4.11/5 共9次评分
开发者 https://capian.co
电子邮箱 [email protected]
付费类型 free
扩展官网 https://capian.co
隐私政策页面URL https://capian.co/privacy
支持的语言 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"
        }
    }
}