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
官方網址 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"
        }
    }
}