GetCurious

GetCurious Task Manager

What is GetCurious?

GetCurious is a Chrome extension developed by UserStudy Task Manager, and its main feature is "GetCurious Task Manager".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download GetCurious Extension CRX File

Download GetCurious 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

                        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.                    

Extension Basic Information

Name GetCurious GetCurious
ID ckpobehifobahbjbkahcbgpahpdnmfhl
Official URL https://chromewebstore.google.com/detail/getcurious/ckpobehifobahbjbkahcbgpahpdnmfhl
Description GetCurious Task Manager
File Size 363 KB
Installation Count 88
Current Version 0.0.0.18
Last Updated 2024-01-03
Publish Date 2022-08-29
Rating 5.00/5 Total 5 Ratings
Developer UserStudy Task Manager
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.getcurious.io/terms/policy
Supported Languages 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"
    }
}