Public Research (TypingDNA)
A companion extension for the TypingDNA Public Research App that helps remind participants to perform their daily typing.
¿Qué es Public Research (TypingDNA)?
Public Research (TypingDNA) es una extensión de Chrome desarrollada por TypingDNA, y su función principal es "A companion extension for the TypingDNA Public Research App that helps remind participants to perform their daily typing.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Public Research (TypingDNA)
Descarga archivos de extensión Public Research (TypingDNA) en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | |
ID | nedcgcgjknbmchjiplpcpkpodcklalkl |
URL Oficial | https://chromewebstore.google.com/detail/public-research-typingdna/nedcgcgjknbmchjiplpcpkpodcklalkl |
Descripción | A companion extension for the TypingDNA Public Research App that helps remind participants to perform their daily typing. |
Tamaño del Archivo | 31.02 KB |
Cantidad de Instalaciones | 107 |
Versión Actual | 1.3 |
Última Actualización | 2021-01-27 |
Fecha de Publicación | 2020-12-17 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | TypingDNA |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://public-research.typingdna.com |
URL de la Página de Política de Privacidad | https://www.typingdna.com/legal/TypingDNAWebsitePrivacyPolicy.pdf |
Idiomas Soportados | 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\/*" ] } } |