Capian

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

Vad är Capian?

Capian är en Chrome-tillägg utvecklad av https://capian.co, och dess huvudfunktion är "Capian helps you make usability evaluations and expert reviews more quickly.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Capian-förlängningens CRX-fil

Ladda ner Capian-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Capian Capian
ID edpkoigbbhaeapdgjohogckmeddejncp
Officiell webbadress https://chromewebstore.google.com/detail/capian/edpkoigbbhaeapdgjohogckmeddejncp
Beskrivning Capian helps you make usability evaluations and expert reviews more quickly.
Filstorlek 111 KB
Antal Installationer 1,824
Aktuell Version 0.1.44
Senast Uppdaterad 2023-01-13
Publiceringsdatum 2019-12-19
Betyg 4.11/5 Totalt 9 Betyg
Utvecklare https://capian.co
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://capian.co
URL till Sekretesspolicy Sidan https://capian.co/privacy
Stödda Språk 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"
        }
    }
}