GetCurious

GetCurious Task Manager

什麼是GetCurious?

GetCurious是由UserStudy Task Manager開發的Chrome擴展程式,該擴展的主要功能是“GetCurious Task Manager”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載GetCurious擴展crx文件

下載GetCurious擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}