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
Eメール [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"
        }
    }
}