Progress Dashboard
Stay productive with Progress Bars!
Wat is Progress Dashboard?
Progress Dashboard is een Chrome-extensie ontwikkeld door https://progressdash.xyz, en de belangrijkste functie is "Stay productive with Progress Bars!".
Extensie Screenshots
Download het CRX-bestand van de extensie Progress Dashboard
Download Progress Dashboard-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | hmejblemllciaklhffpinjgkbngcoopb |
Officiële URL | https://chrome.google.com/webstore/detail/progress-dashboard/hmejblemllciaklhffpinjgkbngcoopb |
Beschrijving | Stay productive with Progress Bars! |
Bestandsgrootte | 15.88 MB |
Aantal Installaties | 499 |
Huidige Versie | 3.0 |
Laatst Bijgewerkt | 2019-08-08 |
Publicatiedatum | 2019-08-08 |
Beoordeling | 4.57/5 Totaal 21 Beoordelingen |
Ontwikkelaar | https://progressdash.xyz |
[email protected] | |
Betalingswijze | in_store |
Extensiewebsite | https://progressdash.xyz |
Help Pagina-URL | https://progressdash.xyz |
Ondersteunde Talen | 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'" } |