OnTrack: Smart Productivity Tool

The first smart productivity tool.

Apa itu OnTrack: Smart Productivity Tool?

OnTrack: Smart Productivity Tool adalah ekstensi Chrome yang dikembangkan oleh alberthao, dan fitur utamanya adalah "The first smart productivity tool.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi OnTrack: Smart Productivity Tool

Unduh file ekstensi OnTrack: Smart Productivity Tool dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama OnTrack: Smart Productivity Tool OnTrack: Smart Productivity Tool
ID neojadamcopopljkdbhmknpbhgoopeed
URL Resmi https://chrome.google.com/webstore/detail/ontrack-smart-productivit/neojadamcopopljkdbhmknpbhgoopeed
Deskripsi The first smart productivity tool.
Ukuran File 1.02 MB
Jumlah Instalasi 67
Versi Saat Ini 2.5.5
Terakhir Diperbarui 2020-06-06
Tanggal Publikasi 2020-06-06
Penilaian 4.75/5 Total 8 Penilaian
Pengembang alberthao
Tipe Pembayaran free
Bahasa yang Didukung 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'"
}