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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A companion extension for the TypingDNA Public Research App that helps remind participants to perform their daily typing."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Public Research (TypingDNA) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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\/*"
        ]
    }
}