Progress Dashboard
Stay productive with Progress Bars!
What is Progress Dashboard?
Progress Dashboard is a Chrome extension developed by https://progressdash.xyz, and its main feature is "Stay productive with Progress Bars!".
Extension Screenshots
Download Progress Dashboard Extension CRX File
Download Progress Dashboard 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
New Tab extension to boost your productivity! See exactly how much % of the day, week, month and year has progressed every time you open a new browser tab. Daily inspiring photo or colorful gradient and trianglify background Motivating quotes on every new tab Focus on what's important with notes Get things done, Be motivated!
Extension Basic Information
Name | |
ID | hmejblemllciaklhffpinjgkbngcoopb |
Official URL | https://chrome.google.com/webstore/detail/progress-dashboard/hmejblemllciaklhffpinjgkbngcoopb |
Description | Stay productive with Progress Bars! |
File Size | 15.88 MB |
Installation Count | 499 |
Current Version | 3.0 |
Last Updated | 2019-08-08 |
Publish Date | 2019-08-08 |
Rating | 4.57/5 Total 21 Ratings |
Developer | https://progressdash.xyz |
[email protected] | |
Payment Type | in_store |
Extension Website | https://progressdash.xyz |
Help Page URL | https://progressdash.xyz |
Supported Languages | en,ru,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "OneSignal.js", "background.js" ] }, "browser_action": { "default_icon": "icon38.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "name": "__MSG_appName__", "offline_enabled": true, "permissions": [ "gcm", "notifications", "storage", "identity" ], "short_name": "Eternity", "version": "3.0", "web_accessible_resources": [ "index.html" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/cdn.ravenjs.com; object-src 'self'" } |