GoGo Productivity

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

Apa itu GoGo Productivity?

GoGo Productivity adalah ekstensi Chrome yang dikembangkan oleh 09 Labs, dan fitur utamanya adalah "A set of simple tools to help you focus and stay productive".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi GoGo Productivity

Unduh file ekstensi GoGo Productivity 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

                        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.                    

Informasi Dasar Ekstensi

Nama GoGo Productivity GoGo Productivity
ID mgefagaoblmbfcjoaiibbmobmkgoljia
URL Resmi https://chromewebstore.google.com/detail/gogo-productivity/mgefagaoblmbfcjoaiibbmobmkgoljia
Deskripsi A set of simple tools to help you focus and stay productive
Ukuran File 2.03 MB
Jumlah Instalasi 609
Versi Saat Ini 0.1.1
Terakhir Diperbarui 2020-05-04
Tanggal Publikasi 2020-05-03
Penilaian 5.00/5 Total 4 Penilaian
Pengembang 09 Labs
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}