Prolific Submissions Plus
Displays your daily submission count, daily approvals, and daily total and expected earnings in the Prolific Submissions tab.
Prolific Submissions Plus là gì?
Prolific Submissions Plus là một tiện ích mở rộng Chrome được phát triển bởi adivrskic123, và tính năng chính của nó là "Displays your daily submission count, daily approvals, and daily total and expected earnings in the Prolific Submissions tab.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Prolific Submissions Plus
Tải xuống các tệp mở rộng Prolific Submissions Plus dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Prolific Submissions Plus |
ID | peekbdlememnlnnbncdfddahhoobdiin |
URL Chính Thức | https://chromewebstore.google.com/detail/prolific-submissions-plus/peekbdlememnlnnbncdfddahhoobdiin |
Mô tả | Displays your daily submission count, daily approvals, and daily total and expected earnings in the Prolific Submissions tab. |
Kích Thước Tệp | 23.25 KB |
Số Lần Cài Đặt | 73 |
Phiên Bản Hiện Tại | 1.4.8 |
Cập Nhật Lần Cuối | 2024-02-20 |
Ngày Phát Hành | 2023-10-18 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | adivrskic123 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |