GetCurious

GetCurious Task Manager

GetCurious là gì?

GetCurious là một tiện ích mở rộng Chrome được phát triển bởi UserStudy Task Manager, và tính năng chính của nó là "GetCurious Task Manager".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng GetCurious

Tải xuống các tệp mở rộng GetCurious dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GetCurious GetCurious
ID ckpobehifobahbjbkahcbgpahpdnmfhl
URL Chính Thức https://chromewebstore.google.com/detail/getcurious/ckpobehifobahbjbkahcbgpahpdnmfhl
Mô tả GetCurious Task Manager
Kích Thước Tệp 363 KB
Số Lần Cài Đặt 88
Phiên Bản Hiện Tại 0.0.0.18
Cập Nhật Lần Cuối 2024-01-03
Ngày Phát Hành 2022-08-29
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển UserStudy Task Manager
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.getcurious.io/terms/policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}