OnTrack: Smart Productivity Tool

The first smart productivity tool.

OnTrack: Smart Productivity Tool란 무엇입니까?

OnTrack: Smart Productivity Tool은(는) alberthao에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The first smart productivity tool."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

OnTrack: Smart Productivity Tool 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 OnTrack: Smart Productivity Tool OnTrack: Smart Productivity Tool
ID neojadamcopopljkdbhmknpbhgoopeed
공식 URL https://chrome.google.com/webstore/detail/ontrack-smart-productivit/neojadamcopopljkdbhmknpbhgoopeed
설명 The first smart productivity tool.
파일 크기 1.02 MB
설치 횟수 67
현재 버전 2.5.5
최근 업데이트 2020-06-06
출시 날짜 2020-06-06
평점 4.75/5 총 8 개의 평점
개발자 alberthao
결제 유형 free
지원되는 언어 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'"
}