Capian

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

Что такое Capian?

Capian - это расширение Chrome, разработанное https://capian.co, и его основная функция - "Capian helps you make usability evaluations and expert reviews more quickly.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Capian

Скачайте файлы расширений Capian в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Capian Capian
ID edpkoigbbhaeapdgjohogckmeddejncp
Официальный URL https://chromewebstore.google.com/detail/capian/edpkoigbbhaeapdgjohogckmeddejncp
Описание Capian helps you make usability evaluations and expert reviews more quickly.
Размер файла 111 KB
Количество установок 1,824
Текущая Версия 0.1.44
Последнее Обновление 2023-01-13
Дата публикации 2019-12-19
Рейтинг 4.11/5 Всего 9 оценок
Разработчик https://capian.co
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://capian.co
URL страницы политики конфиденциальности https://capian.co/privacy
Поддерживаемые языки 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"
        }
    }
}