GetCurious

GetCurious Task Manager

GetCurious란 무엇입니까?

GetCurious은(는) UserStudy Task Manager에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "GetCurious Task Manager"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        This chrome extension is a tool that is used while conducting GetCurious research.

Install this extension only if you have been invited to participate in a research, study, or testing session by a researcher.
The GetCurious website allows you to use video, camera, and screen share to provide feedback to product teams in order to validate the product. This feedback is used by businesses to improve their products.                    

확장 프로그램 기본 정보

이름 GetCurious GetCurious
ID ckpobehifobahbjbkahcbgpahpdnmfhl
공식 URL https://chromewebstore.google.com/detail/getcurious/ckpobehifobahbjbkahcbgpahpdnmfhl
설명 GetCurious Task Manager
파일 크기 363 KB
설치 횟수 88
현재 버전 0.0.0.18
최근 업데이트 2024-01-03
출시 날짜 2022-08-29
평점 5.00/5 총 5 개의 평점
개발자 UserStudy Task Manager
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.getcurious.io/terms/policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GetCurious",
    "description": "GetCurious Task Manager",
    "version": "0.0.0.18",
    "background": {
        "matches": [
            ""
        ],
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_globs": [
                "chrome:\/\/extensions\/*"
            ],
            "all_frames": false,
            "js": [
                "js\/runtime.js",
                "js\/polyfills.js",
                "js\/main.js"
            ],
            "css": [],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/jquery.min.js",
                "icons\/*",
                "index.html",
                "favicon.ico"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ],
    "externally_connectable": {
        "ids": [
            "ckpobehifobahbjbkahcbgpahpdnmfhl",
            "nijmnbdbileolpeacidpbighmdffccmg"
        ],
        "matches": [
            "*:\/\/*.userstudy.co\/*",
            "*:\/\/*.getcurious.io\/*"
        ],
        "accepts_tls_channel_id": true
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_icon": "icons\/icon128.png"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    }
}