Public Research (TypingDNA)
A companion extension for the TypingDNA Public Research App that helps remind participants to perform their daily typing.
什麼是Public Research (TypingDNA)?
Public Research (TypingDNA)是由TypingDNA開發的Chrome擴展程式,該擴展的主要功能是“A companion extension for the TypingDNA Public Research App that helps remind participants to perform their daily typing.”。
擴展截圖
下載Public Research (TypingDNA)擴展crx文件
下載Public Research (TypingDNA)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | |
ID | nedcgcgjknbmchjiplpcpkpodcklalkl |
官方網址 | https://chromewebstore.google.com/detail/public-research-typingdna/nedcgcgjknbmchjiplpcpkpodcklalkl |
簡介 | A companion extension for the TypingDNA Public Research App that helps remind participants to perform their daily typing. |
檔案大小 | 31.02 KB |
安裝次數 | 107 |
目前版本 | 1.3 |
更新時間 | 2021-01-27 |
上架時間 | 2020-12-17 |
評分 | 5.00/5 共 1 次評分 |
開發者 | TypingDNA |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://public-research.typingdna.com |
隱私政策頁面URL | https://www.typingdna.com/legal/TypingDNAWebsitePrivacyPolicy.pdf |
支援的語言 | 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\/*" ] } } |