Progress Dashboard
Stay productive with Progress Bars!
Was ist Progress Dashboard?
Progress Dashboard ist eine Chrome-Erweiterung, die von https://progressdash.xyz entwickelt wurde, und ihr Hauptmerkmal ist "Stay productive with Progress Bars!".
Erweiterungsscreenshots
Progress Dashboard-Erweiterungs-CRX-Datei herunterladen
Laden Sie Progress Dashboard-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | |
ID | hmejblemllciaklhffpinjgkbngcoopb |
Offizielle URL | https://chrome.google.com/webstore/detail/progress-dashboard/hmejblemllciaklhffpinjgkbngcoopb |
Beschreibung | Stay productive with Progress Bars! |
Dateigröße | 15.88 MB |
Installationsanzahl | 499 |
Aktuelle Version | 3.0 |
Letztes Update | 2019-08-08 |
Veröffentlichungsdatum | 2019-08-08 |
Bewertung | 4.57/5 Insgesamt 21 Bewertungen |
Entwickler | https://progressdash.xyz |
[email protected] | |
Zahlungsart | in_store |
Erweiterungswebsite | https://progressdash.xyz |
Hilfeseite URL | https://progressdash.xyz |
Unterstützte Sprachen | 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'" } |