attentionTRACE

The Amplified Intelligence attentionTRACE market research Chrome extension.

attentionTRACEคืออะไร?

attentionTRACE เป็นส่วนขยายของ Chrome ที่พัฒนาโดย developer และคุณลักษณะหลักของมันคือ "The Amplified Intelligence attentionTRACE market research Chrome extension."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย attentionTRACE

ดาวน์โหลดไฟล์ส่วนขยาย attentionTRACE ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        For participants taking part in research studies conducted by Amplified Intelligence.


The extension is designed for studies that we conduct to measure engagement and attentiveness when browsing content on desktop devices. Users of our extension are survey participants (respondents) who are sourced online worldwide through platforms such as Cint panels or other similar panels.

Users are presented with, and acknowledge, the full terms and conditions before agreeing to participate in the paid study. Once they accept, they are directed to the Chrome Web Store to download the extension.

To commence the research study, we request that they log in to the extension using the ID we have provided.

After logging in, participants will be directed to the website or platform designated for the research. They will be instructed to browse the website's content authentically within a specified timeframe. The extension will capture facial images using the participants' device webcam.
Once the study is completed, participants return to their panel platform to claim their reward.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ attentionTRACE attentionTRACE
ID dhgkipplbcekmkpfipcjciiophjbnkib
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/attentiontrace/dhgkipplbcekmkpfipcjciiophjbnkib
คำอธิบาย The Amplified Intelligence attentionTRACE market research Chrome extension.
ขนาดไฟล์ 1.94 MB
จำนวนการติดตั้ง 631
เวอร์ชันปัจจุบัน 2.1.0
อัปเดตครั้งล่าสุด 2023-12-12
วันที่เผยแพร่ 2023-04-23
คะแนน 4.00/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา developer
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.amplifiedintelligence.com.au/
URL หน้านโยบายความเป็นส่วนตัว https://atrace-cdn.amplifiedintelligence.io/PrivacyPolicy/amplifiedprivacypolicy.pdf
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "attentionTRACE",
    "version": "2.1.0",
    "description": "The Amplified Intelligence attentionTRACE market research Chrome extension.",
    "permissions": [
        "activeTab",
        "storage",
        "system.display"
    ],
    "icons": {
        "16": ".\/src\/static\/img\/icon16.png",
        "32": ".\/src\/static\/img\/icon32.png",
        "48": ".\/src\/static\/img\/icon48.png",
        "128": ".\/src\/static\/img\/icon128.png"
    },
    "background": {
        "service_worker": ".\/src\/background\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                ".\/src\/content\/content.js",
                ".\/src\/script\/yahoo-desktop.js"
            ],
            "matches": [
                "https:\/\/*.yahoo.com\/*",
                "https:\/\/atrace-cdn.amplifiedintelligence.io\/*"
            ]
        }
    ],
    "action": {
        "default_popup": ".\/src\/popup-page\/popup.html"
    },
    "host_permissions": [
        "https:\/\/*.yahoo.com\/*",
        "https:\/\/survey.au1.qualtrics.com\/jfe\/form\/*"
    ],
    "minimum_chrome_version": "94"
}