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"
        }
    }
}