Progress Dashboard
Stay productive with Progress Bars!
¿Qué es Progress Dashboard?
Progress Dashboard es una extensión de Chrome desarrollada por https://progressdash.xyz, y su función principal es "Stay productive with Progress Bars!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Progress Dashboard
Descarga archivos de extensión Progress Dashboard en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | |
ID | hmejblemllciaklhffpinjgkbngcoopb |
URL Oficial | https://chrome.google.com/webstore/detail/progress-dashboard/hmejblemllciaklhffpinjgkbngcoopb |
Descripción | Stay productive with Progress Bars! |
Tamaño del Archivo | 15.88 MB |
Cantidad de Instalaciones | 499 |
Versión Actual | 3.0 |
Última Actualización | 2019-08-08 |
Fecha de Publicación | 2019-08-08 |
Calificación | 4.57/5 Total de 21 Calificaciones |
Desarrollador | https://progressdash.xyz |
Correo electrónico | [email protected] |
Tipo de Pago | in_store |
Sitio Web de la Extensión | https://progressdash.xyz |
URL de la Página de Ayuda | https://progressdash.xyz |
Idiomas Soportados | 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'" } |