Capian

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

Apa itu Capian?

Capian adalah ekstensi Chrome yang dikembangkan oleh https://capian.co, dan fitur utamanya adalah "Capian helps you make usability evaluations and expert reviews more quickly.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Capian

Unduh file ekstensi Capian dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Capian Capian
ID edpkoigbbhaeapdgjohogckmeddejncp
URL Resmi https://chromewebstore.google.com/detail/capian/edpkoigbbhaeapdgjohogckmeddejncp
Deskripsi Capian helps you make usability evaluations and expert reviews more quickly.
Ukuran File 111 KB
Jumlah Instalasi 1,824
Versi Saat Ini 0.1.44
Terakhir Diperbarui 2023-01-13
Tanggal Publikasi 2019-12-19
Penilaian 4.11/5 Total 9 Penilaian
Pengembang https://capian.co
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://capian.co
URL Halaman Kebijakan Privasi https://capian.co/privacy
Bahasa yang Didukung 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"
        }
    }
}