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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

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                    

拡張機能の基本情報

名前 Public Research (TypingDNA) Public Research (TypingDNA)
ID nedcgcgjknbmchjiplpcpkpodcklalkl
公式URL 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
Eメール [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\/*"
        ]
    }
}