attentionTRACE

The Amplified Intelligence attentionTRACE market research Chrome extension.

attentionTRACE란 무엇입니까?

attentionTRACE은(는) developer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Amplified Intelligence attentionTRACE market research Chrome extension."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

attentionTRACE 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}