UX Teardown

Quickly and easily provide and store UX, copy or design website feedback

UX Teardown란 무엇입니까?

UX Teardown은(는) Conversion Alchemy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly and easily provide and store UX, copy or design website feedback"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

UX Teardown 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        With UX Teardown you can easily grab screenshots of any website, add your notes and prioritize your findings – in one go. Go from screenshots to final report in minutes.                    

확장 프로그램 기본 정보

이름 UX Teardown UX Teardown
ID gihaehbodmfmnecopfehjikbfbikjjbk
공식 URL https://chromewebstore.google.com/detail/ux-teardown/gihaehbodmfmnecopfehjikbfbikjjbk
설명 Quickly and easily provide and store UX, copy or design website feedback
파일 크기 1.59 MB
설치 횟수 87
현재 버전 0.1.20
최근 업데이트 2022-05-02
출시 날짜 2022-05-02
개발자 Conversion Alchemy
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://christophersilvestri.com/uxt/
도움말 페이지 URL https://christophersilvestri.com/uxt/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "UX Teardown",
    "version": "0.1.20",
    "description": "Quickly and easily provide and store UX, copy or design website feedback",
    "icons": {
        "16": "assets\/icon16.png",
        "32": "assets\/icon32.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "content\/index.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background\/index.js"
    },
    "action": {
        "default_icon": {
            "16": "assets\/icon16.png",
            "32": "assets\/icon32.png",
            "48": "assets\/icon48.png",
            "128": "assets\/icon128.png"
        },
        "default_title": "UXT"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*.png",
                "content\/*.js"
            ],
            "extension_ids": [
                "ojnjchcaoelpdmifnkipkacnmjefhgam"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        ""
    ]
}