OnTrack: Smart Productivity Tool

The first smart productivity tool.

¿Qué es OnTrack: Smart Productivity Tool?

OnTrack: Smart Productivity Tool es una extensión de Chrome desarrollada por alberthao, y su función principal es "The first smart productivity tool.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión OnTrack: Smart Productivity Tool

Descarga archivos de extensión OnTrack: Smart Productivity Tool en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre OnTrack: Smart Productivity Tool OnTrack: Smart Productivity Tool
ID neojadamcopopljkdbhmknpbhgoopeed
URL Oficial https://chrome.google.com/webstore/detail/ontrack-smart-productivit/neojadamcopopljkdbhmknpbhgoopeed
Descripción The first smart productivity tool.
Tamaño del Archivo 1.02 MB
Cantidad de Instalaciones 67
Versión Actual 2.5.5
Última Actualización 2020-06-06
Fecha de Publicación 2020-06-06
Calificación 4.75/5 Total de 8 Calificaciones
Desarrollador alberthao
Tipo de Pago free
Idiomas Soportados 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'"
}