OnTrack: Smart Productivity Tool

The first smart productivity tool.

Hvad er OnTrack: Smart Productivity Tool?

OnTrack: Smart Productivity Tool er en Chrome-udvidelse udviklet af alberthao, og dens hovedfunktion er "The first smart productivity tool.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download OnTrack: Smart Productivity Tool-udvidelses-CRX-fil

Download OnTrack: Smart Productivity Tool-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn OnTrack: Smart Productivity Tool OnTrack: Smart Productivity Tool
ID neojadamcopopljkdbhmknpbhgoopeed
Officiel URL https://chrome.google.com/webstore/detail/ontrack-smart-productivit/neojadamcopopljkdbhmknpbhgoopeed
Beskrivelse The first smart productivity tool.
Filstørrelse 1.02 MB
Antal Installationer 67
Nuværende Version 2.5.5
Senest Opdateret 2020-06-06
Udgivelsesdato 2020-06-06
Bedømmelse 4.75/5 Samlet 8 Bedømmelser
Udvikler alberthao
Betalingsmetode free
Understøttede Sprog 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'"
}