QAing - QA 화면 캡쳐 및 녹화

QA 화면 녹화부터 공유까지 한 큐에, QAing

What is QAing - QA 화면 캡쳐 및 녹화?

QAing - QA 화면 캡쳐 및 녹화 is a Chrome extension developed by 팀스파르타 스튜디오, and its main feature is "QA 화면 녹화부터 공유까지 한 큐에, QAing".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download QAing - QA 화면 캡쳐 및 녹화 Extension CRX File

Download QAing - QA 화면 캡쳐 및 녹화 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        [QA 화면 녹화부터 공유까지 한 큐에, QAing]

 - QA 결과를 공유하기 위해 직접 노트북을 들고 개발자를 찾아간 적 있으신가요?
 - 버그를 영상으로 공유하기 위해 오류를 재연한 적 있으신가요?

이제는 화면 캡쳐를 위해 QA를 멈추지 마세요!
실시간 북마크를 통해 QA를 더 빠르고 정확하게!
큐에잉과 함께해보세요!

✔️ QA 중 실시간 북마크
     QA 화면을 캡쳐하다가 플로우를 놓치셨었나요?
     이제는 오류 재연 없이 필요한 곳에서 북마크를 표시해보세요!

✔️ 필요한 부분만 원하는 형태로!
     북마크한 부분을 다시보며 오류 내용에 따라 이미지와 영상, 선택해보세요!
     이미지로 캡쳐한 부분에 표시도 추가할 수 있어요

✔️ 링크로 빠른 공유
     QA 결과 화면 캡쳐와 영상을 기기에 저장하지 마세요!
     클라우드에 저장된 이미지와 영상을 바로 링크로 공유해보세요!                    

Extension Basic Information

Name QAing - QA 화면 캡쳐 및 녹화 QAing - QA 화면 캡쳐 및 녹화
ID meoehebomhebdjdbcbeehbjnljdblocn
Official URL https://chromewebstore.google.com/detail/qaing-qa-%ED%99%94%EB%A9%B4-%EC%BA%A1%EC%B3%90-%EB%B0%8F-%EB%85%B9%ED%99%94/meoehebomhebdjdbcbeehbjnljdblocn
Description QA 화면 녹화부터 공유까지 한 큐에, QAing
File Size 340 KB
Installation Count 336
Current Version 3.0.3
Last Updated 2024-02-23
Publish Date 2023-12-14
Rating 5.00/5 Total 5 Ratings
Developer 팀스파르타 스튜디오
Email [email protected]
Payment Type free
Extension Website https://app.qaing.co/
Privacy Policy Page URL https://qaing.oopy.io/privacy_policy
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QAing - QA \ud654\uba74 \ucea1\uccd0 \ubc0f \ub179\ud654",
    "description": "QA \ud654\uba74 \ub179\ud654\ubd80\ud130 \uacf5\uc720\uae4c\uc9c0 \ud55c \ud050\uc5d0, QAing",
    "version": "3.0.3",
    "manifest_version": 3,
    "icons": {
        "16": "qaingicon16.png",
        "48": "qaingicon48.png",
        "128": "qaingicon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icon.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_title": "QAing",
        "default_icon": "qaingicon.png"
    },
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/localhost\/*"
    ],
    "permissions": [
        "cookies",
        "tabs",
        "scripting",
        "activeTab",
        "storage"
    ],
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}