Capian

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

Cos'è Capian?

Capian è un'estensione di Chrome sviluppata da https://capian.co, e la sua funzione principale è "Capian helps you make usability evaluations and expert reviews more quickly.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Capian

Scarica i file di estensione Capian in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Capian Capian
ID edpkoigbbhaeapdgjohogckmeddejncp
URL Ufficiale https://chromewebstore.google.com/detail/capian/edpkoigbbhaeapdgjohogckmeddejncp
Descrizione Capian helps you make usability evaluations and expert reviews more quickly.
Dimensione del File 111 KB
Conteggio Installazioni 1,824
Versione Corrente 0.1.44
Ultimo Aggiornamento 2023-01-13
Data di Pubblicazione 2019-12-19
Valutazione 4.11/5 Totale 9 Valutazioni
Sviluppatore https://capian.co
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://capian.co
URL della Pagina della Politica sulla Privacy https://capian.co/privacy
Lingue Supportate 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"
        }
    }
}