GoGo Productivity

A set of simple tools to help you focus and stay productive

GoGo Productivity là gì?

GoGo Productivity là một tiện ích mở rộng Chrome được phát triển bởi 09 Labs, và tính năng chính của nó là "A set of simple tools to help you focus and stay productive".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng GoGo Productivity

Tải xuống các tệp mở rộng GoGo Productivity 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

                        Ambient sound generator, water reminder and focus timer, all in a single clean extension. A free minimal tool to help you stay focussed and improve productivity while you work.                    

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

Tên GoGo Productivity GoGo Productivity
ID mgefagaoblmbfcjoaiibbmobmkgoljia
URL Chính Thức https://chromewebstore.google.com/detail/gogo-productivity/mgefagaoblmbfcjoaiibbmobmkgoljia
Mô tả A set of simple tools to help you focus and stay productive
Kích Thước Tệp 2.03 MB
Số Lần Cài Đặt 609
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2020-05-04
Ngày Phát Hành 2020-05-03
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển 09 Labs
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GoGo Productivity",
    "version": "0.1.1",
    "description": "A set of simple tools to help you focus and stay productive",
    "icons": {
        "16": "assets\/gogo16.png",
        "48": "assets\/gogo48.png",
        "128": "assets\/gogo.png"
    },
    "browser_action": {
        "default_icon": "assets\/gogo.png",
        "default_title": "GoGo Productivity",
        "default_popup": "config.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "alarms",
        "notifications"
    ]
}