Capian

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

O que é Capian?

Capian é uma extensão do Chrome desenvolvida por https://capian.co, e sua principal característica é "Capian helps you make usability evaluations and expert reviews more quickly.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Capian

Baixe arquivos de extensão Capian no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Capian Capian
ID edpkoigbbhaeapdgjohogckmeddejncp
URL Oficial https://chromewebstore.google.com/detail/capian/edpkoigbbhaeapdgjohogckmeddejncp
Descrição Capian helps you make usability evaluations and expert reviews more quickly.
Tamanho do Arquivo 111 KB
Contagem de Instalações 1,824
Versão Atual 0.1.44
Última Atualização 2023-01-13
Data de Publicação 2019-12-19
Classificação 4.11/5 Total de 9 Avaliações
Desenvolvedor https://capian.co
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://capian.co
URL da Página de Política de Privacidade https://capian.co/privacy
Idiomas Suportados 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"
        }
    }
}