Y-Productive for Chrome

Fight your procrastination impulses and develop useful habits with Y-Productive`s browser extension.

Y-Productive for Chrome란 무엇입니까?

Y-Productive for Chrome은(는) Y-Productive에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fight your procrastination impulses and develop useful habits with Y-Productive`s browser extension."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Y-Productive for Chrome 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        In-depth real-time activity tracking: receive a quick insight into your digital activities down to as short as 5 minutes of your time or even less. Find out how many times you switched to unproductive websites and block all the distractions in one click.  

This extension is required to maintain the full functionality of Y-Productive`s application. Install it to:
★ receive a real-time feedback about your productivity while working on Web

★ add a “focus mode” option to your tasks in-app

★ be able to cut off the access to all the websites listed in your “Unproductive” category of activities

★ develop a highly productive habit to concentrate on important goals and keep your focus as long as you need it

★ maintain the access to useful website’s features even if it’s blocked: just add the feature`s full address (sub-url) as a new entry and categorize it to “Productive” list

To disable Focus Mode, simply stop the progress tracking for a task.

Download Y-Productive productivity tracker by the following link:
https://www.y-productive.com/

Like us on Facebook and follow new updates:
https://www.facebook.com/yproductive/                    

확장 프로그램 기본 정보

이름 Y-Productive for Chrome Y-Productive for Chrome
ID nfgdopajlhgnkgnlhkjgljbclkekdpek
공식 URL https://chromewebstore.google.com/detail/y-productive-for-chrome/nfgdopajlhgnkgnlhkjgljbclkekdpek
설명 Fight your procrastination impulses and develop useful habits with Y-Productive`s browser extension.
파일 크기 346 KB
설치 횟수 321
현재 버전 0.6.9
최근 업데이트 2018-04-03
출시 날짜 2018-04-03
평점 2.67/5 총 6 개의 평점
개발자 Y-Productive
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://y-productive.com/
개인정보 보호 정책 페이지 URL https://www.y-productive.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Y-Productive for Chrome",
    "short_name": "Y-Productive",
    "description": "Fight your procrastination impulses and develop useful habits with Y-Productive`s browser extension.",
    "version": "0.6.9",
    "manifest_version": 2,
    "incognito": "not_allowed",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "webNavigation",
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "socket.io.js",
            "config.js",
            "utils.js",
            "extension.js"
        ]
    }
}