GoGo Productivity
A set of simple tools to help you focus and stay productive
What is GoGo Productivity?
GoGo Productivity is a Chrome extension developed by 09 Labs, and its main feature is "A set of simple tools to help you focus and stay productive".
Extension Screenshots
Download GoGo Productivity Extension CRX File
Download GoGo Productivity extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | GoGo Productivity |
ID | mgefagaoblmbfcjoaiibbmobmkgoljia |
Official URL | https://chromewebstore.google.com/detail/gogo-productivity/mgefagaoblmbfcjoaiibbmobmkgoljia |
Description | A set of simple tools to help you focus and stay productive |
File Size | 2.03 MB |
Installation Count | 609 |
Current Version | 0.1.1 |
Last Updated | 2020-05-04 |
Publish Date | 2020-05-03 |
Rating | 5.00/5 Total 4 Ratings |
Developer | 09 Labs |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |