Capian

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

Co je Capian?

Capian je rozšíření Chrome vyvinuté https://capian.co, a jeho hlavní funkcí je „Capian helps you make usability evaluations and expert reviews more quickly.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Capian

Stáhněte si soubory rozšíření Capian ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Capian Capian
ID edpkoigbbhaeapdgjohogckmeddejncp
Oficiální URL https://chromewebstore.google.com/detail/capian/edpkoigbbhaeapdgjohogckmeddejncp
Popis Capian helps you make usability evaluations and expert reviews more quickly.
Velikost souboru 111 KB
Počet instalací 1,824
Aktuální Verze 0.1.44
Poslední Aktualizace 2023-01-13
Datum Vydání 2019-12-19
Hodnocení 4.11/5 Celkem 9 Hodnocení
Vývojář https://capian.co
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://capian.co
URL Stránky Zásad Ochrany Soukromí https://capian.co/privacy
Podporované Jazyky 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"
        }
    }
}