Y-Productive for Chrome

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

Y-Productive for Chrome là gì?

Y-Productive for Chrome là một tiện ích mở rộng Chrome được phát triển bởi Y-Productive, và tính năng chính của nó là "Fight your procrastination impulses and develop useful habits with Y-Productive`s browser extension.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Y-Productive for Chrome

Tải xuống các tệp mở rộng Y-Productive for Chrome dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Y-Productive for Chrome Y-Productive for Chrome
ID nfgdopajlhgnkgnlhkjgljbclkekdpek
URL Chính Thức https://chromewebstore.google.com/detail/y-productive-for-chrome/nfgdopajlhgnkgnlhkjgljbclkekdpek
Mô tả Fight your procrastination impulses and develop useful habits with Y-Productive`s browser extension.
Kích Thước Tệp 346 KB
Số Lần Cài Đặt 321
Phiên Bản Hiện Tại 0.6.9
Cập Nhật Lần Cuối 2018-04-03
Ngày Phát Hành 2018-04-03
Đánh Giá 2.67/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Y-Productive
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://y-productive.com/
URL Trang Chính Sách Bảo Mật https://www.y-productive.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}