Capian

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

Capian là gì?

Capian là một tiện ích mở rộng Chrome được phát triển bởi https://capian.co, và tính năng chính của nó là "Capian helps you make usability evaluations and expert reviews more quickly.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Capian

Tải xuống các tệp mở rộng Capian dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Capian Capian
ID edpkoigbbhaeapdgjohogckmeddejncp
URL Chính Thức https://chromewebstore.google.com/detail/capian/edpkoigbbhaeapdgjohogckmeddejncp
Mô tả Capian helps you make usability evaluations and expert reviews more quickly.
Kích Thước Tệp 111 KB
Số Lần Cài Đặt 1,824
Phiên Bản Hiện Tại 0.1.44
Cập Nhật Lần Cuối 2023-01-13
Ngày Phát Hành 2019-12-19
Đánh Giá 4.11/5 Tổng số 9 Đánh Giá
Nhà Phát Triển https://capian.co
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://capian.co
URL Trang Chính Sách Bảo Mật https://capian.co/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}