Capian

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

Qu'est-ce que Capian ?

Capian est une extension Chrome développée par https://capian.co, et sa fonction principale est "Capian helps you make usability evaluations and expert reviews more quickly.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Capian

Téléchargez les fichiers d'extension Capian au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Capian Capian
ID edpkoigbbhaeapdgjohogckmeddejncp
URL Officiel https://chromewebstore.google.com/detail/capian/edpkoigbbhaeapdgjohogckmeddejncp
Description Capian helps you make usability evaluations and expert reviews more quickly.
Taille du Fichier 111 KB
Nombre d'Installations 1,824
Version Actuelle 0.1.44
Dernière Mise à Jour 2023-01-13
Date de Publication 2019-12-19
Évaluation 4.11/5 Total 9 Évaluations
Développeur https://capian.co
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://capian.co
URL de la Page de Politique de Confidentialité https://capian.co/privacy
Langues Prises en Charge 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"
        }
    }
}