Progress Dashboard
Stay productive with Progress Bars!
Co to jest Progress Dashboard?
Progress Dashboard to rozszerzenie Chrome opracowane przez https://progressdash.xyz, a jego główną funkcją jest „Stay productive with Progress Bars!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Progress Dashboard
Pobierz pliki rozszerzeń Progress Dashboard w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | hmejblemllciaklhffpinjgkbngcoopb |
Oficjalny URL | https://chrome.google.com/webstore/detail/progress-dashboard/hmejblemllciaklhffpinjgkbngcoopb |
Opis | Stay productive with Progress Bars! |
Rozmiar pliku | 15.88 MB |
Liczba instalacji | 499 |
Aktualna Wersja | 3.0 |
Ostatnia Aktualizacja | 2019-08-08 |
Data Publikacji | 2019-08-08 |
Ocena | 4.57/5 Łącznie 21 Oceny |
Deweloper | https://progressdash.xyz |
[email protected] | |
Typ Płatności | in_store |
Strona Rozszerzenia | https://progressdash.xyz |
Adres URL Strony Pomocy | https://progressdash.xyz |
Obsługiwane Języki | 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'" } |