Prolific Submissions Plus
Displays your daily submission count, daily approvals, and daily total and expected earnings in the Prolific Submissions tab.
Hvad er Prolific Submissions Plus?
Prolific Submissions Plus er en Chrome-udvidelse udviklet af adivrskic123, og dens hovedfunktion er "Displays your daily submission count, daily approvals, and daily total and expected earnings in the Prolific Submissions tab.".
Udvidelsesskærmbilleder
Download Prolific Submissions Plus-udvidelses-CRX-fil
Download Prolific Submissions Plus-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Prolific Submissions Plus |
ID | peekbdlememnlnnbncdfddahhoobdiin |
Officiel URL | https://chromewebstore.google.com/detail/prolific-submissions-plus/peekbdlememnlnnbncdfddahhoobdiin |
Beskrivelse | Displays your daily submission count, daily approvals, and daily total and expected earnings in the Prolific Submissions tab. |
Filstørrelse | 23.25 KB |
Antal Installationer | 73 |
Nuværende Version | 1.4.8 |
Senest Opdateret | 2024-02-20 |
Udgivelsesdato | 2023-10-18 |
Bedømmelse | 3.00/5 Samlet 2 Bedømmelser |
Udvikler | adivrskic123 |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |