OnTrack: Smart Productivity Tool

The first smart productivity tool.

Qu'est-ce que OnTrack: Smart Productivity Tool ?

OnTrack: Smart Productivity Tool est une extension Chrome développée par alberthao, et sa fonction principale est "The first smart productivity tool.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension OnTrack: Smart Productivity Tool

Téléchargez les fichiers d'extension OnTrack: Smart Productivity Tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        OnTrack is the first AI-powered productivity tool that keeps you focused 100% of the time. Simply choose what to work on and OnTrack’s algorithm will block distracting websites for you.

OnTrack improves your productivity and study habits. Forgot to blacklist a site? We got it covered. Procrastinating on that paper due tomorrow? OnTrack sets you straight.

Accomplish more, faster. Whether it’s as specific as learning American history or just general studying, OnTrack has an option for you.

Core Features
AI technology to smartly filter site content by subject and eliminate all other distractions in a hands-off approach
Standard blacklist & whitelist capabilities
Timer to set blocks of time to focus on studying & productivity

The Software
OnTrack’s Adaptive Focus ™ technology incorporates artificial intelligence into the productivity equation. Using smart filtering, Adaptive Focus ™ takes your input of a subject and filters out any sites without relevance to the task. Our proprietary software lets you take control of your learning and works to help you achieve your task.

Questions? Feedback?
If you have any questions regarding the product or a feature request, please contact us at [email protected]. Connect with the OnTrack community via social media – you can find us @ontrackfocus. 

Privacy Policy
Your privacy is extremely important to us. We prioritize the user over monetary propositions, and we will never back away from this.                    

Informations de Base sur l'Extension

Nom OnTrack: Smart Productivity Tool OnTrack: Smart Productivity Tool
ID neojadamcopopljkdbhmknpbhgoopeed
URL Officiel https://chrome.google.com/webstore/detail/ontrack-smart-productivit/neojadamcopopljkdbhmknpbhgoopeed
Description The first smart productivity tool.
Taille du Fichier 1.02 MB
Nombre d'Installations 67
Version Actuelle 2.5.5
Dernière Mise à Jour 2020-06-06
Date de Publication 2020-06-06
Évaluation 4.75/5 Total 8 Évaluations
Développeur alberthao
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OnTrack: Smart Productivity Tool",
    "short_name": "OnTrack: Smart Productivity Tool",
    "version": "2.5.5",
    "web_accessible_resources": [
        "biology.txt",
        "history.txt",
        "physics.txt",
        "collegeApps.txt"
    ],
    "description": "The first smart productivity tool.",
    "icons": {
        "16": "packtrack16.png",
        "48": "packtrack48.png",
        "128": "packtrack128.png"
    },
    "author": "OnTrack",
    "permissions": [
        "",
        "storage",
        "contextMenus",
        "clipboardWrite",
        "webNavigation",
        "activeTab",
        "declarativeContent",
        "debugger",
        "downloads",
        "pageCapture",
        "tabCapture",
        "declarativeNetRequest",
        "contentSettings",
        "management"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "packtrack16.png",
        "default_popup": "ui2.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com  https:\/\/cdn.socket.io; object-src 'self'"
}