GoGo Productivity
A set of simple tools to help you focus and stay productive
Co to jest GoGo Productivity?
GoGo Productivity to rozszerzenie Chrome opracowane przez 09 Labs, a jego główną funkcją jest „A set of simple tools to help you focus and stay productive”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia GoGo Productivity
Pobierz pliki rozszerzeń GoGo Productivity w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | GoGo Productivity |
ID | mgefagaoblmbfcjoaiibbmobmkgoljia |
Oficjalny URL | https://chromewebstore.google.com/detail/gogo-productivity/mgefagaoblmbfcjoaiibbmobmkgoljia |
Opis | A set of simple tools to help you focus and stay productive |
Rozmiar pliku | 2.03 MB |
Liczba instalacji | 609 |
Aktualna Wersja | 0.1.1 |
Ostatnia Aktualizacja | 2020-05-04 |
Data Publikacji | 2020-05-03 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | 09 Labs |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |