GetCurious

GetCurious Task Manager

ما هو GetCurious؟

GetCurious هو إضافة Chrome تم تطويرها بواسطة UserStudy Task Manager، والميزة الرئيسية لها هي "GetCurious Task Manager".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة GetCurious

قم بتنزيل ملفات الامتداد GetCurious بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة سياسة الخصوصية 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"
    }
}