Prolific Submissions Plus

Displays your daily submission count, daily approvals, and daily total and expected earnings in the Prolific Submissions tab.

Prolific Submissions Plus란 무엇입니까?

Prolific Submissions Plus은(는) adivrskic123에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays your daily submission count, daily approvals, and daily total and expected earnings in the Prolific Submissions tab."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Prolific Submissions Plus 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Track your daily earnings more easily.

No popups, no intrusion - this lightweight extension blends seamlessly with the submissions page of prolific.com, and displays a running daily total of your submissions, approvals, and current and expected total earnings. 

Additional features:
- Enables converting all values on the submissions page from GBP to USD or EUR currencies.
- Dark mode

***
Change Log
v1.4.0
- Decrease bundle size
- Bug fix
- Dark mode style fixes

v1.3.0
- Bug fix
- Added dark mode

v1.1.0
- Bug fix
- Added Euro support

***
Due to technical limitations in v1, please ensure you return to the submissions tab before submitting more than 20 studies, for accurate tracking.                    

확장 프로그램 기본 정보

이름 Prolific Submissions Plus Prolific Submissions Plus
ID peekbdlememnlnnbncdfddahhoobdiin
공식 URL https://chromewebstore.google.com/detail/prolific-submissions-plus/peekbdlememnlnnbncdfddahhoobdiin
설명 Displays your daily submission count, daily approvals, and daily total and expected earnings in the Prolific Submissions tab.
파일 크기 23.25 KB
설치 횟수 73
현재 버전 1.4.8
최근 업데이트 2024-02-20
출시 날짜 2023-10-18
평점 3.00/5 총 2 개의 평점
개발자 adivrskic123
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Prolific Submissions Plus",
    "version": "1.4.8",
    "description": "Displays your daily submission count, daily approvals, and daily total and expected earnings in the Prolific Submissions tab.",
    "author": "Adi Vrskic",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles\/content.css"
            ],
            "js": [
                "scripts\/mutationObserver.js",
                "scripts\/helpers.js",
                "scripts\/constants.js",
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/developer.chrome.com\/docs\/extensions\/*",
                "https:\/\/developer.chrome.com\/docs\/webstore\/*",
                "https:\/\/*.prolific.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}