Progress Dashboard
Stay productive with Progress Bars!
Qu'est-ce que Progress Dashboard ?
Progress Dashboard est une extension Chrome développée par https://progressdash.xyz, et sa fonction principale est "Stay productive with Progress Bars!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Progress Dashboard
Téléchargez les fichiers d'extension Progress Dashboard au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | hmejblemllciaklhffpinjgkbngcoopb |
URL Officiel | https://chrome.google.com/webstore/detail/progress-dashboard/hmejblemllciaklhffpinjgkbngcoopb |
Description | Stay productive with Progress Bars! |
Taille du Fichier | 15.88 MB |
Nombre d'Installations | 499 |
Version Actuelle | 3.0 |
Dernière Mise à Jour | 2019-08-08 |
Date de Publication | 2019-08-08 |
Évaluation | 4.57/5 Total 21 Évaluations |
Développeur | https://progressdash.xyz |
[email protected] | |
Type de Paiement | in_store |
Site Web de l'Extension | https://progressdash.xyz |
URL de la Page d'Aide | https://progressdash.xyz |
Langues Prises en Charge | 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'" } |