GoGo Productivity

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

Was ist GoGo Productivity?

GoGo Productivity ist eine Chrome-Erweiterung, die von 09 Labs entwickelt wurde, und ihr Hauptmerkmal ist "A set of simple tools to help you focus and stay productive".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

GoGo Productivity-Erweiterungs-CRX-Datei herunterladen

Laden Sie GoGo Productivity-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name GoGo Productivity GoGo Productivity
ID mgefagaoblmbfcjoaiibbmobmkgoljia
Offizielle URL https://chromewebstore.google.com/detail/gogo-productivity/mgefagaoblmbfcjoaiibbmobmkgoljia
Beschreibung A set of simple tools to help you focus and stay productive
Dateigröße 2.03 MB
Installationsanzahl 609
Aktuelle Version 0.1.1
Letztes Update 2020-05-04
Veröffentlichungsdatum 2020-05-03
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler 09 Labs
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}