Public Research (TypingDNA)
A companion extension for the TypingDNA Public Research App that helps remind participants to perform their daily typing.
Was ist Public Research (TypingDNA)?
Public Research (TypingDNA) ist eine Chrome-Erweiterung, die von TypingDNA entwickelt wurde, und ihr Hauptmerkmal ist "A companion extension for the TypingDNA Public Research App that helps remind participants to perform their daily typing.".
Erweiterungsscreenshots
Public Research (TypingDNA)-Erweiterungs-CRX-Datei herunterladen
Laden Sie Public Research (TypingDNA)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
To build our next product (TypingDNA Focus), we have launched a public research program where you can contribute. With this companion extension, it’s easier to be engaged in the research program and to be reminded throughout the day of your progress and the next milestones that you can reach. You will be notified of this progress and you will be able to quickly continue your contribution by clicking the extension. This chrome extension links entirely to the TypingDNA Public Research available here: https://public-research.typingdna.com About the research project We’re offering the opportunity to a limited number of users to participate in our research by submitting anonymized typing data through the use of a simple app. To learn more about TypingDNA, check out typingdna.com
Grundlegende Informationen zur Erweiterung
Name | |
ID | nedcgcgjknbmchjiplpcpkpodcklalkl |
Offizielle URL | https://chromewebstore.google.com/detail/public-research-typingdna/nedcgcgjknbmchjiplpcpkpodcklalkl |
Beschreibung | A companion extension for the TypingDNA Public Research App that helps remind participants to perform their daily typing. |
Dateigröße | 31.02 KB |
Installationsanzahl | 107 |
Aktuelle Version | 1.3 |
Letztes Update | 2021-01-27 |
Veröffentlichungsdatum | 2020-12-17 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | TypingDNA |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://public-research.typingdna.com |
URL der Datenschutzrichtlinien-Seite | https://www.typingdna.com/legal/TypingDNAWebsitePrivacyPolicy.pdf |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Public Research (TypingDNA)", "description": "A companion extension for the TypingDNA Public Research App that helps remind participants to perform their daily typing.", "version": "1.3", "browser_action": { "default_icon": "icon.png", "default_title": "Start typing" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "alarms", "notifications" ], "background": { "scripts": [ "background.js" ] }, "externally_connectable": { "matches": [ "https:\/\/*.typingdna.com\/*" ] } } |