GoGo Productivity
A set of simple tools to help you focus and stay productive
Vad är GoGo Productivity?
GoGo Productivity är en Chrome-tillägg utvecklad av 09 Labs, och dess huvudfunktion är "A set of simple tools to help you focus and stay productive".
Tilläggsskärmbilder
Ladda ner GoGo Productivity-förlängningens CRX-fil
Ladda ner GoGo Productivity-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | mgefagaoblmbfcjoaiibbmobmkgoljia |
| Officiell webbadress | https://chromewebstore.google.com/detail/gogo-productivity/mgefagaoblmbfcjoaiibbmobmkgoljia |
| Beskrivning | A set of simple tools to help you focus and stay productive |
| Filstorlek | 2.03 MB |
| Antal Installationer | 609 |
| Aktuell Version | 0.1.1 |
| Senast Uppdaterad | 2020-05-04 |
| Publiceringsdatum | 2020-05-03 |
| Betyg | 5.00/5 Totalt 4 Betyg |
| Utvecklare | 09 Labs |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |