GoGo Productivity

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

Wat is GoGo Productivity?

GoGo Productivity is een Chrome-extensie ontwikkeld door 09 Labs, en de belangrijkste functie is "A set of simple tools to help you focus and stay productive".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie GoGo Productivity

Download GoGo Productivity-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam GoGo Productivity GoGo Productivity
ID mgefagaoblmbfcjoaiibbmobmkgoljia
Officiële URL https://chromewebstore.google.com/detail/gogo-productivity/mgefagaoblmbfcjoaiibbmobmkgoljia
Beschrijving A set of simple tools to help you focus and stay productive
Bestandsgrootte 2.03 MB
Aantal Installaties 609
Huidige Versie 0.1.1
Laatst Bijgewerkt 2020-05-04
Publicatiedatum 2020-05-03
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar 09 Labs
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}