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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        }
    }
}