GoGo Productivity
A set of simple tools to help you focus and stay productive
Cos'è GoGo Productivity?
GoGo Productivity è un'estensione di Chrome sviluppata da 09 Labs, e la sua funzione principale è "A set of simple tools to help you focus and stay productive".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GoGo Productivity
Scarica i file di estensione GoGo Productivity in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        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.                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | mgefagaoblmbfcjoaiibbmobmkgoljia | 
| URL Ufficiale | https://chromewebstore.google.com/detail/gogo-productivity/mgefagaoblmbfcjoaiibbmobmkgoljia | 
| Descrizione | A set of simple tools to help you focus and stay productive | 
| Dimensione del File | 2.03 MB | 
| Conteggio Installazioni | 609 | 
| Versione Corrente | 0.1.1 | 
| Ultimo Aggiornamento | 2020-05-04 | 
| Data di Pubblicazione | 2020-05-03 | 
| Valutazione | 5.00/5 Totale 4 Valutazioni | 
| Sviluppatore | 09 Labs | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Lingue Supportate | 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"
    ]
}  |  |